diff --git a/action.yml b/action.yml index 22aad4b..19cc0c0 100644 --- a/action.yml +++ b/action.yml @@ -12,5 +12,5 @@ inputs: required: true description: 'The filename you want to store the json in' runs: - using: 'node16' + using: 'node20' main: 'dist/main.js'