fix: bump the minimal node requirement to fix eslint fail (#17938)

pull/18452/head
CorrectRoad 1 year ago committed by GitHub
parent 9a3acdcff8
commit 9bd8e62702
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,7 +7,7 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
### Run by source code ### Run by source code
Before starting the web frontend service, please make sure the following environment is ready. Before starting the web frontend service, please make sure the following environment is ready.
- [Node.js](https://nodejs.org) >= v18.x - [Node.js](https://nodejs.org) >= v22.11.x
- [pnpm](https://pnpm.io) v10.x - [pnpm](https://pnpm.io) v10.x
First, install the dependencies: First, install the dependencies:

@ -3,7 +3,7 @@
"version": "1.2.0", "version": "1.2.0",
"private": true, "private": true,
"engines": { "engines": {
"node": ">=18.18.0" "node": ">=v22.11.0"
}, },
"scripts": { "scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' next dev", "dev": "cross-env NODE_OPTIONS='--inspect' next dev",

Loading…
Cancel
Save