Skip to content

Commit

Permalink
Bump Node version from 12 to 16
Browse files Browse the repository at this point in the history
GitHub is migrating all actions from Node 12 to Node 16 and is raising warnings for actions still using Node 12.
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

Update the version accordingly.
  • Loading branch information
kasperg committed Oct 10, 2022
1 parent 6439d5b commit ba0113b
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 @@ -11,5 +11,5 @@ inputs:
required: false

runs:
using: "node12"
using: "node16"
main: "dist/index.js"

0 comments on commit ba0113b

Please sign in to comment.