8000 updates the default runtime to node20 · nwtgck/actions-netlify@333815e · GitHub
[go: up one dir, main page]

Skip to content < 8000 span data-view-component="true" class="progress-pjax-loader Progress position-fixed width-full">

Commit 333815e

Browse files
committed
updates the default runtime to node20
1 parent 06de7de commit 333815e

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 16
17+
node-version: 20
1818
- uses: actions/checkout@v4
1919
- run: npm ci
2020
- run: npm run all

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ outputs:
5454
deploy-url:
5555
description: Deploy URL
5656
runs:
57-
using: 'node16'
57+
using: 'node20'
5858
main: 'dist/index.js'

package-lock.json

Lines changed: 12 additions & 4 deletions
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
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@types/jest": "^29.5.3",
33-
"@types/node": "^16.18.43",
33+
"@types/node": "^20.11.25",
3434
"@typescript-eslint/eslint-plugin": "^5.59.2",
3535
"@typescript-eslint/parser": "^5.62.0",
3636
"@vercel/ncc": "^0.38.1",

0 commit comments

Comments
 (0)
0