Skip to content

Commit

Permalink
Update Node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
olly committed Feb 7, 2024
1 parent 6c4d252 commit a19abbd
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 11 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ outputs:
deployments:
description: 'JSON-encoded array of GitHub deployments'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
36 changes: 27 additions & 9 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": "^27.0.1",
"@types/node": "^18.7",
"@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.30.0",
"@vercel/ncc": "^0.38.1",
Expand Down

0 comments on commit a19abbd

Please # to comment.