diff --git a/action.yml b/action.yml index 25e0b6f..6dcce7c 100644 --- a/action.yml +++ b/action.yml @@ -40,5 +40,5 @@ inputs: cwd: description: 'A custom working directory to execute the action in relative to repo root (defaults to .)' runs: - using: 'node12' + using: 'node16' main: 'index.js'