Skip to content

Commit

Permalink
Update runner to node20
Browse files Browse the repository at this point in the history
Node 16 is out of support and is starting to be deprecated by GitHub Actions: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
  • Loading branch information
liskin committed Dec 4, 2023
1 parent c16e095 commit ad10a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ inputs:
Command to run.
required: true
runs:
using: node16
using: node20
main: dist/index.js
branding:
icon: check-circle
Expand Down

0 comments on commit ad10a9c

Please sign in to comment.