Parcourir la source

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

tags/1.3.0
CorrectRoad il y a 6 mois
Parent
révision
9bd8e62702
Aucun compte lié à l'adresse e-mail de l'auteur
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1
    1
      web/README.md
  2. 1
    1
      web/package.json

+ 1
- 1
web/README.md Voir le fichier

@@ -7,7 +7,7 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
### Run by source code

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

First, install the dependencies:

+ 1
- 1
web/package.json Voir le fichier

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

Chargement…
Annuler
Enregistrer