Skip to content

Commit

Permalink
feat(node-version): raised the minimum required version to v14.17 (#397)
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 Aug 26, 2021
1 parent 4dfcb50 commit c6edf42
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 129 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ jobs:
strategy:
matrix:
node-version:
- 10
- 12
- 14
- '14.17'
- 16
os:
- ubuntu-latest
runs-on: "${{ matrix.os }}"
Expand All @@ -39,5 +38,7 @@ jobs:
node-version: "${{ matrix.node-version }}"
cache: npm
- run: npm ci
- name: Ensure dependencies are compatible with the version of node
run: npx ls-engines
- run: npm run lint
- run: npx lockfile-lint --path package-lock.json
Loading

0 comments on commit c6edf42

Please sign in to comment.