diff --git a/action.yml b/action.yml index 088b18a..fe97198 100644 --- a/action.yml +++ b/action.yml @@ -37,6 +37,6 @@ outputs: bin_dest: description: Location of `pnpm` and `pnpx` command runs: - using: node22 + using: node24 main: dist/index.js post: dist/index.js