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:
@@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user