1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Lock Node version to 16.x for Heroku (#24245)

* Lock Node version to 16.x for Heroku
* Update package-lock.json
This commit is contained in:
James M. Greene
2022-01-12 08:37:44 -06:00
committed by GitHub
parent 8246360eaa
commit caaaa403be
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@@ -177,7 +177,7 @@
"yesno": "^0.3.1"
},
"engines": {
"node": ">= 16.0.0"
"node": "16.x"
},
"optionalDependencies": {
"esm": "^3.2.25",

View File

@@ -179,7 +179,7 @@
"yesno": "^0.3.1"
},
"engines": {
"node": ">= 16.0.0"
"node": "16.x"
},
"exports": "./server.mjs",
"license": "(MIT AND CC-BY-4.0)",