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:
Matt Travi 2021-07-30 14:50:31 -05:00
parent 88e423b828
commit e1c00e2531
No known key found for this signature in database
GPG Key ID: CB62529BDFD29894
2 changed files with 3 additions and 4 deletions

View File

@ -17,9 +17,8 @@ jobs:
strategy:
matrix:
node-version:
- 10.18.0
- 12
- 14
- 14.17
- 16
runs-on: ubuntu-latest

View File

@ -70,7 +70,7 @@
"xo": "0.29.1"
},
"engines": {
"node": ">=10.18"
"node": ">=14.17"
},
"files": [
"bin",