chore!: drop Node.js v10 support (#6292)

This commit is contained in:
Haoqun Jiang
2021-02-20 11:07:22 +08:00
committed by GitHub
parent 4d134066b4
commit 64c04cb00d
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
environment:
nodejs_version: "10"
nodejs_version: "12"
install:
- ps: Install-Product node $env:nodejs_version
+1 -1
View File
@@ -122,6 +122,6 @@
"access": "public"
},
"engines": {
"node": "^10.12.0 || ^12.0.0 || >= 14.0.0"
"node": "^12.0.0 || >= 14.0.0"
}
}
+1 -1
View File
@@ -114,7 +114,7 @@
"license": "MIT",
"author": "Guillaume Chau",
"engines": {
"node": "^10.12.0 || ^12.0.0 || >= 14.0.0"
"node": "^12.0.0 || >= 14.0.0"
},
"publishConfig": {
"access": "public"
+1 -1
View File
@@ -65,6 +65,6 @@
"cmd-shim": "^4.1.0"
},
"engines": {
"node": "^10.12.0 || ^12.0.0 || >= 14.0.0"
"node": "^12.0.0 || >= 14.0.0"
}
}