Bump to Node.js 14 LTS (#293)

* Bump to Node.js 14 LTS

* Bump Node engine in package
This commit is contained in:
Matt (IPv4) Cowley 2021-08-13 17:20:53 +01:00 committed by GitHub
parent 06a8b90fce
commit 97f6430e99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
.nvmrc
View file

@ -1 +1 @@
12.16.2
v14.17.5

View file

@ -5,7 +5,7 @@
"private": true,
"license": "MIT",
"engines": {
"node": "12.16.2"
"node": "14.17.5"
},
"main": "src/nginxconfig/mount.js",
"scripts": {