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

The action will still work as before. But dropping support for node v12 is
considered as a BREAKING CHANGE.

Close #285

BREAKING CHANGE
  • Loading branch information
jontze committed Dec 7, 2022
1 parent f3c4be1 commit 3480da9
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 3480da9

Please sign in to comment.