website: restrict node engines to <= 16.x (#18077)

This commit is contained in:
Bryce Kalow
2022-11-22 09:39:53 -06:00
committed by GitHub
parent 7d9bc82bee
commit 01b6b1fd19

View File

@@ -12,7 +12,7 @@
},
"engines": {
"npm": ">=7.0.0",
"node": ">=12.0.0"
"node": ">=12.0.0 <= 16.x"
},
"repository": {
"type": "git",