1
0
mirror of synced 2026-01-06 06:02:35 -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

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)",