mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
Bump the node version (#24304)
* make node happy * Updated package-lock.json for website
This commit is contained in:
@@ -1 +1 @@
|
|||||||
v14
|
v18
|
||||||
|
|||||||
2
website/package-lock.json
generated
2
website/package-lock.json
generated
@@ -17,7 +17,7 @@
|
|||||||
"simple-git-hooks": "^2.6.1"
|
"simple-git-hooks": "^2.6.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12.0.0 <= 16.x",
|
"node": ">=12.0.0 <= 18.x",
|
||||||
"npm": ">=7.0.0"
|
"npm": ">=7.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"npm": ">=7.0.0",
|
"npm": ">=7.0.0",
|
||||||
"node": ">=12.0.0 <= 16.x"
|
"node": ">=12.0.0 <= 18.x"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user