Skip to content

Commit 775b035

Browse files
authored
Correctly specify minimum Node version (#582)
1 parent 7457931 commit 775b035

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/windows-requirements.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
If you want to build native modules, make sure that the following tools are installed on your system.
66

77
- [Git for Windows](https://git-scm.com/download/win)
8-
- [Node 14](https://nodejs.org)
8+
- [Node 16](https://nodejs.org)
99
- [Python 3](https://www.python.org/downloads/) (if you type 'python' into command prompt it will offer to install it from the windows store)
1010
- [Strawberry Perl](https://strawberryperl.com/)
1111
- [Rustup](https://rustup.rs/)

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
},
1212
"license": "Apache-2.0",
1313
"files": [],
14+
"engines": {
15+
"node": ">=16.0.0"
16+
},
1417
"scripts": {
1518
"i18n": "matrix-gen-i18n",
1619
"prunei18n": "matrix-prune-i18n",

0 commit comments

Comments
 (0)