feat(node-version): raised the minimum required version to v14.17 (#2132)

BREAKING CHANGE: the minimum required version of node is now v14.17
This commit is contained in:
Matt Travi
2021-09-17 13:05:32 -07:00
committed by GitHub
parent 1632e1adac
commit 66cc2b4c7f
15 changed files with 986 additions and 2239 deletions
+2 -3
View File
@@ -17,9 +17,8 @@ jobs:
strategy:
matrix:
node-version:
- 10.19.0
- 12
- 14
- 14.17
- 16
runs-on: ubuntu-latest