mirror of
https://github.com/digitalocean/nginxconfig.io
synced 2024-11-10 04:24:12 +00:00
Bump to Node.js 14 LTS (#293)
* Bump to Node.js 14 LTS * Bump Node engine in package
This commit is contained in:
parent
06a8b90fce
commit
97f6430e99
2 changed files with 2 additions and 2 deletions
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
|||
12.16.2
|
||||
v14.17.5
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"private": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "12.16.2"
|
||||
"node": "14.17.5"
|
||||
},
|
||||
"main": "src/nginxconfig/mount.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue