Skip to content

Commit

Permalink
feat(node-version): raised the minimum required version to v14.17 (#175)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: the minimum required version of node is now v14.17
  • Loading branch information
travi committed Sep 17, 2021
1 parent 9e9c48f commit 3012b70
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 3,377 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:
strategy:
matrix:
node-version:
- 10
- 12
- 14
- 14.17
- 16

runs-on: ubuntu-latest

Expand All @@ -44,4 +43,6 @@ jobs:
node-version: 16
cache: npm
- run: npm ci
- name: Ensure dependencies are compatible with the version of node
run: npx ls-engines
- run: npm run lint

0 comments on commit 3012b70

Please sign in to comment.