From 96b8e21ab05dcbc373b9170c0a1f66b08a362a5e Mon Sep 17 00:00:00 2001 From: Phil Switzer Date: Wed, 11 Mar 2026 21:58:33 -0500 Subject: [PATCH] Update runs.using from node20 to node24 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3eb67de..fe97198 100644 --- a/action.yml +++ b/action.yml @@ -37,6 +37,6 @@ outputs: bin_dest: description: Location of `pnpm` and `pnpx` command runs: - using: node20 + using: node24 main: dist/index.js post: dist/index.js