Upgrade node version readme and package.json (#10672)
Some checks failed
Node.js CI / build (16.x) (push) Waiting to run
Publish to npm / test (push) Has been cancelled
Publish to npm / get-version (push) Has been cancelled
Publish to npm / npm-publish (push) Has been cancelled

This commit is contained in:
Abhishek Singh 2024-11-12 17:02:09 +05:30 committed by GitHub
parent fbe03bde63
commit 4cece4ee98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -37,7 +37,7 @@
"typescript": "^5.0.4"
},
"engines": {
"node": ">=14.0.0"
"node": ">=16.0.0"
},
"optionalDependencies": {
"better-sqlite3": "^7.6.2",

View File

@ -28,7 +28,7 @@
"node-oom-heapdump": "^1.2.0"
},
"engines": {
"node": ">=14.0.0"
"node": ">=16.0.0"
},
"scripts": {
"start": "node pokemon-showdown start",

View File

@ -11,7 +11,7 @@ Installing
./pokemon-showdown
(Requires Node.js v14+)
(Requires Node.js v16+)
If your distro package manager has an old Node.js version, the simplest way to upgrade is `n` usually no root necessary: