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:
|
||||
matrix:
|
||||
node-version:
|
||||
- 10.18.0
|
||||
- 12
|
||||
- 14
|
||||
- 14.17
|
||||
- 16
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
@ -70,7 +70,7 @@
|
||||
"xo": "0.29.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.18"
|
||||
"node": ">=14.17"
|
||||
},
|
||||
"files": [
|
||||
"bin",
|
||||
|
Loading…
x
Reference in New Issue
Block a user