-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update action to run with node 20 (#16)
GitHub has deprecated Node 16 in Actions. Workflows using this action are throwing a deprecation warning since it's using Node 16 https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20 --------- Co-authored-by: Kyle Thompson <[email protected]>
- Loading branch information
1 parent
cf0d9ca
commit f8b1cbf
Showing
3 changed files
with
38 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,5 @@ inputs: | |
default: v1 | ||
required: false | ||
runs: | ||
using: 'node16' | ||
using: 'node20' | ||
main: 'dist/index.js' |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters