Skip to content

Commit

Permalink
fix: run action using Node.js v16 (#19)
Browse files Browse the repository at this point in the history
GitHub plans to deprecate the v12 runtime and wants all actions to use
v16 instead. See their announcement at
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
  • Loading branch information
sebhoss authored Oct 10, 2022
1 parent 9373301 commit d792a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inputs:
default: 'false'

runs:
using: 'node12'
using: 'node16'
main: 'lib/index.js'

branding:
Expand Down

0 comments on commit d792a47

Please sign in to comment.