Skip to content

Commit

Permalink
Upgrade node version readme and package.json (#10672)
Browse files Browse the repository at this point in the history
  • Loading branch information
asingh04 authored Nov 12, 2024
1 parent fbe03bd commit 4cece4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 4cece4e

Please sign in to comment.