Skip to content

Commit

Permalink
Use Node 16 (#273)
Browse files Browse the repository at this point in the history
See [GitHub Actions: All Actions will begin running on Node16 instead of Node12](https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/)
  • Loading branch information
pthorin committed Oct 16, 2022
1 parent aa978fb commit 8410074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -18,5 +18,5 @@ inputs:
required: false
default: 'false'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'

0 comments on commit 8410074

Please sign in to comment.