mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 02:02:43 +00:00
website: restrict node engines to <= 16.x (#18077)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
},
|
||||
"engines": {
|
||||
"npm": ">=7.0.0",
|
||||
"node": ">=12.0.0"
|
||||
"node": ">=12.0.0 <= 16.x"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user