diff --git a/action.yml b/action.yml index 4a32e12..15d93e6 100644 --- a/action.yml +++ b/action.yml @@ -11,5 +11,5 @@ inputs: description: Used to pull node distributions from go-versions. Since there's a default, this is typically not supplied by the user. default: ${{ github.token }} runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'