Skip to content

Commit

Permalink
chore(deps): Update runtime from node16 to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
markstos committed Feb 5, 2024
1 parent 6bed6f7 commit 59d87a8
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 @@ -67,5 +67,5 @@ branding:
color: blue

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 @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/jest": "28.1.8",
"@types/node": "^18.0.0",
"@types/node": "^20.11.16",
"@types/node-fetch": "^2.6.2",
"@typescript-eslint/parser": "5.53.0",
"@vercel/ncc": "^0.36.0",
Expand Down

0 comments on commit 59d87a8

Please sign in to comment.