diff --git a/action.yml b/action.yml index 20b5dfb..933b234 100644 --- a/action.yml +++ b/action.yml @@ -8,5 +8,5 @@ inputs: description: 'Kotlin code to run' required: true runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'