feat(node-version): raised the minimum required version to v14.17
for #2055 BREAKING CHANGE: the minimum required version of node is now v14.17
This commit is contained in:
parent
88e423b828
commit
e1c00e2531
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -17,9 +17,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version:
|
node-version:
|
||||||
- 10.18.0
|
- 14.17
|
||||||
- 12
|
- 16
|
||||||
- 14
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@
|
|||||||
"xo": "0.29.1"
|
"xo": "0.29.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.18"
|
"node": ">=14.17"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"bin",
|
"bin",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user