diff --git a/action.yml b/action.yml index 4dbeae9..4920d6c 100644 --- a/action.yml +++ b/action.yml @@ -11,6 +11,6 @@ inputs: default: scratch description: "Where the action is stores some temporary files for its processing. Default: `scratch`" runs: - using: 'node16' + using: 'node20' main: 'entrypoint.js' post: 'entrypoint.js'