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
…) (#410)

BREAKING CHANGE: the minimum required version of node is now v14.17
  • Loading branch information
gr2m committed Sep 17, 2021
1 parent f05d3bc commit 051659b
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 181 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
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 @@ -38,5 +37,7 @@ 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
- run: npx lockfile-lint --path package-lock.json

0 comments on commit 051659b

Please sign in to comment.