Skip to content

Commit

Permalink
feat: use Node 20 in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Feb 16, 2024
1 parent b176658 commit f9b3519
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ inputs:
required: false

runs:
using: "node16"
using: "node20"
main: "dist/actions/setup-cpp.js"

branding:
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions dist/actions/setup-cpp.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/actions/setup-cpp.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
"actions": {
"context": "node",
"engines": {
"node": ">=16.x"
"node": ">=20.x"
},
"includeNodeModules": {
"update-notifier": false
Expand Down

0 comments on commit f9b3519

Please sign in to comment.