Skip to content

Commit

Permalink
feat!: Update action to node v20
Browse files Browse the repository at this point in the history
This was done as Node16 is deprecated and the current LTS Node Versions
are v18 and v20. https://github.com/nodejs/release#release-schedule

Furthermore, GitHub Actions are transitioning the Actions Node Runner
Version from v16 to v20.

https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

BREAKING CHANGE: The action will still work as before, but the move from Node v16 to v20
is considered as breaking.
  • Loading branch information
jontze committed Nov 2, 2023
1 parent f3cad5c commit 90691f4
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 @@ -58,7 +58,7 @@ inputs:
required: false
default: "latest"
runs:
using: "node16"
using: "node20"
main: "./dist/index.js"
branding:
icon: "book"
Expand Down

0 comments on commit 90691f4

Please sign in to comment.