diff --git a/action.yml b/action.yml index 6f0cfee..6e31768 100644 --- a/action.yml +++ b/action.yml @@ -32,5 +32,5 @@ inputs: required: false description: "The package manager used to run the build and install commands. If not provided, the manager will be auto detected. Example values: `yarn`, `npm`, `pnpm`." runs: - using: 'node12' + using: 'node20' main: 'dist/index.js'