diff --git a/action.yml b/action.yml index 8df5669..0f669cd 100644 --- a/action.yml +++ b/action.yml @@ -11,5 +11,5 @@ inputs: description: 'Version of the Baselime CLI to install' required: false runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'