docs: update required node version (#1194)

This commit is contained in:
Stephen Zhou 2023-12-24 15:08:06 +08:00 committed by GitHub
parent e32444bbcb
commit d07697dc3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ https://docs.github.com/en/get-started/quickstart/fork-a-repo
## Requirements
- [Node.js](https://nodejs.org). Version needs to be >=15.
- [Node.js](https://nodejs.org) 18.17 or later.
- [pnpm](https://pnpm.io/) package manager.
- [Docker](https://www.docker.com/) for running the cache database.

View File

@ -211,7 +211,7 @@
"typescript": "5.3.3"
},
"engines": {
"node": ">=15"
"node": ">=18.17.0"
},
"nextBundleAnalysis": {
"budget": 358400,