diff --git a/action.yml b/action.yml index 9c5b36d2f..0bc89f62d 100644 --- a/action.yml +++ b/action.yml @@ -63,5 +63,5 @@ inputs: description: 'custom script to run - e.g. `./gradlew connectedCheck`' required: true runs: - using: 'node12' + using: 'node16' main: 'lib/main.js'