diff --git a/action.yml b/action.yml index bfbb165..345e2f4 100644 --- a/action.yml +++ b/action.yml @@ -7,5 +7,5 @@ inputs: description: 'input description here' default: 'default value if applicable' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'