Skip to content

Commit

Permalink
Merge pull request #289 from honai/renovate/node-20.x
Browse files Browse the repository at this point in the history
Update Node.js to v20
  • Loading branch information
honai authored Jan 25, 2024
2 parents 8884e5b + 0da8072 commit a795bf3
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 a795bf3

Please sign in to comment.