Skip to content

Commit

Permalink
updates the default runtime to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Mar 10, 2024
1 parent 06de7de commit 333815e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
- uses: actions/checkout@v4
- run: npm ci
- run: npm run all
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ outputs:
deploy-url:
description: Deploy URL
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
16 changes: 12 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/node": "^16.18.43",
"@types/node": "^20.11.25",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.62.0",
"@vercel/ncc": "^0.38.1",
Expand Down

0 comments on commit 333815e

Please sign in to comment.