Skip to content

Commit 91b3c4e

Browse files
committed
Drop Node.js v18 (EoL) support
1 parent 55d0837 commit 91b3c4e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
20

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Happy hacking!
1414

1515
> Most of our contributors are working on Apple machines, so all our instructions are currently macOS / Linux centric. Contributions for Windows development welcome!
1616
17-
- [NodeJS v18](https://nodejs.org/)
17+
- [Node.js](https://nodejs.org/) v20.x
1818
- C compiler toolchain (usually installed with `xcode` on Mac)
1919
- Python <= 3.11 (required to build ninja)
2020
- Rust toolchain (required to build rewatch; follow the instructions at https://www.rust-lang.org/tools/install)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"Woonki Moon (https://github.com/mununki)"
3434
],
3535
"engines": {
36-
"node": ">=18"
36+
"node": ">=20"
3737
},
3838
"bin": {
3939
"bsc": "cli/bsc",
@@ -78,5 +78,5 @@
7878
"mocha": "10.8.2",
7979
"nyc": "15.0.0"
8080
},
81-
"packageManager": "npm@10.8.1+sha512.0e9d42e92bd2318408ed81eaff2da5f78baf23ee7d12a6eed44a6e2901d0f29d7ab715d1b918ade601f72e769a824d9a5c322383f22bbbda5dd396e79de2a077"
81+
"packageManager": "npm@10.9.2+sha512.8ab88f10f224a0c614cb717a7f7c30499014f77134120e9c1f0211ea3cf3397592cbe483feb38e0c4b3be1c54e347292c76a1b5edb94a3289d5448484ab8ac81"
8282
}

0 commit comments

Comments
 (0)