Skip to content

Commit f9b3519

Browse files
committed
feat: use Node 20 in GitHub Actions
1 parent b176658 commit f9b3519

File tree

6 files changed

+21
-21
lines changed

6 files changed

+21
-21
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ inputs:
9090
required: false
9191

9292
runs:
93-
using: "node16"
93+
using: "node20"
9494
main: "dist/actions/setup-cpp.js"
9595

9696
branding:

dist/actions/actions_python.bfd29453.js renamed to dist/actions/actions_python.f93740c6.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/actions/actions_python.bfd29453.js.map renamed to dist/actions/actions_python.f93740c6.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/actions/setup-cpp.js

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/actions/setup-cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
"actions": {
208208
"context": "node",
209209
"engines": {
210-
"node": ">=16.x"
210+
"node": ">=20.x"
211211
},
212212
"includeNodeModules": {
213213
"update-notifier": false

0 commit comments

Comments
 (0)