Skip to content

Commit 4cece4e

Browse files
authored
Upgrade node version readme and package.json (#10672)
1 parent fbe03bd commit 4cece4e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"node-oom-heapdump": "^1.2.0"
2929
},
3030
"engines": {
31-
"node": ">=14.0.0"
31+
"node": ">=16.0.0"
3232
},
3333
"scripts": {
3434
"start": "node pokemon-showdown start",

server/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Installing
1111

1212
./pokemon-showdown
1313

14-
(Requires Node.js v14+)
14+
(Requires Node.js v16+)
1515

1616
If your distro package manager has an old Node.js version, the simplest way to upgrade is `n` – usually no root necessary:
1717

0 commit comments

Comments
 (0)