Drop support for node 12 (#7375)

* Drop support for node 12

* Forgot to update package-lock.json
This commit is contained in:
Rich Chiodo 2024-02-29 09:47:42 -08:00 committed by GitHub
parent 1f8fd8e2b0
commit ab402404b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -90,7 +90,7 @@ vercomp () {
# Node version check
echo "Checking node version..."
NODE_VERSION=`node -v | cut -d'v' -f2`
MIN_NODE_VERSION="10.15.2"
MIN_NODE_VERSION="14.21.3"
vercomp $MIN_NODE_VERSION $NODE_VERSION
# 1 == gt
if [[ $? -eq 1 ]]; then

View File

@ -23,7 +23,7 @@
"webpack-cli": "^5.1.4"
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"optionalDependencies": {
"fsevents": "~2.3.3"

View File

@ -9,7 +9,7 @@
},
"publisher": "Microsoft Corporation",
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"repository": {
"type": "git",