diff --git a/action.yml b/action.yml index ea8bd83..83f7fd1 100644 --- a/action.yml +++ b/action.yml @@ -21,5 +21,5 @@ inputs: description: 'Timezone (ex. America/Denver)' required: false runs: - using: 'node18' + using: 'node20' main: 'dist/index.js' \ No newline at end of file