Skip to content

Commit

Permalink
Specify the node engine; update @types/node
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekthompson committed Jan 29, 2024
1 parent d48133e commit e219288
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 12 deletions.
43 changes: 32 additions & 11 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@
},
"author": "rwx",
"license": "MIT",
"engines": {
"node": ">= 20"
},
"devDependencies": {
"@types/node": "^18.11.6",
"@types/node": "^20.11.10",
"@vercel/ncc": "^0.34.0",
"prettier": "^2.7.1",
"typescript": "^4.8.4"
Expand Down

0 comments on commit e219288

Please sign in to comment.