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
2 changed files with 2 additions and 2 deletions

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": {