Bump the node version (#24304)

* make node happy

* Updated package-lock.json for website
This commit is contained in:
Peter Wilson
2023-11-30 19:30:31 +00:00
committed by GitHub
parent 9d39b6f2cb
commit 3ae669df34
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
v14 v18

View File

@@ -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"
} }
}, },

View File

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