Set node version to 16

This commit is contained in:
Janosch Maier 2021-11-30 23:31:56 +01:00 committed by Ben Gotow
parent 2492789b26
commit 30c05ed763
3 changed files with 5 additions and 5 deletions

View file

@ -62,7 +62,7 @@ you'll want to get the source, build it, and run it locally.
## Installing Prerequisites
You'll need git and a recent version of Node.JS (any v17.1.0+ is recommended
You'll need git and a recent version of Node.JS (currently v16.X is recommended
with npm v8.1.2+). [nvm](https://github.com/creationix/nvm) is also highly
recommended. Based on your platform, you'll also need:

4
package-lock.json generated
View file

@ -90,8 +90,8 @@
"underscore": "^1.13.1"
},
"engines": {
"node": ">=11",
"npm": ">=7"
"node": "^16",
"npm": ">=8"
}
},
"node_modules/@babel/code-frame": {

View file

@ -9,8 +9,8 @@
"url": "git+https://github.com/Foundry376/Mailspring.git"
},
"engines": {
"node": ">=11",
"npm": ">=7"
"node": "^16",
"npm": ">=8"
},
"dependencies": {
"@types/better-sqlite3": "^5.4.0",