Skip to content

Commit

Permalink
Update Node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2024
1 parent 8884e5b commit 0da8072
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "module",
"packageManager": "[email protected]",
"engines": {
"node": ">=18 <19"
"node": ">=18 <21"
},
"scripts": {
"build": "tsm build.ts --tsmconfig .tsm.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@types/js-yaml": "^4.0.5",
"@types/markdown-it": "^13.0.0",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/node": "^18.16.0",
"@types/node": "^20.0.0",
"rimraf": "^5.0.0",
"serve": "^14.2.0",
"typescript": "^4.9.5"
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 0da8072

Please sign in to comment.