Skip to content

Commit

Permalink
feat(node-version): raised the minimum required version to v14.17 (#387
Browse files Browse the repository at this point in the history
…) (#399)

BREAKING CHANGE: the minimum required version of node is now v14.17

Co-authored-by: Matt Travi <programmer@travi.org>
  • Loading branch information
gr2m and travi committed Sep 17, 2021
1 parent b88fc0e commit f65e49d
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 126 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,4 +37,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
255 changes: 135 additions & 120 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f65e49d

Please sign in to comment.