Skip to content

Commit

Permalink
feat!: Update action to node v16
Browse files Browse the repository at this point in the history
This was required as github deprecates all node v12 actions:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

Further node12 is no longer maintained: https://github.com/nodejs/release#release-schedule

Close #285

BREAKING CHANGE: Dropping support for node v12.
  • Loading branch information
jontze committed Dec 7, 2022
1 parent f3c4be1 commit cde4bfc
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 @@ -42,7 +42,7 @@ inputs:
required: false
default: "latest"
runs:
using: "node12"
using: "node16"
main: "./dist/index.js"
branding:
icon: "book"
Expand Down

0 comments on commit cde4bfc

Please sign in to comment.