Skip to content

Commit

Permalink
feat: raise minimum version of Node to v14.17 (#267)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: the minimum required version of node is now v14.17.

Co-authored-by: Abdelali El Makkioui <57806853+abel-mak@users.noreply.github.com>
  • Loading branch information
gr2m and abel-mak committed Sep 17, 2021
1 parent ac937b1 commit d43efc6
Show file tree
Hide file tree
Showing 3 changed files with 174 additions and 157 deletions.
9 changes: 5 additions & 4 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
- run: npm run lint
- name: Ensure dependencies are compatible with the engines range
run: npx ls-engines
- run: npm run lint

0 comments on commit d43efc6

Please sign in to comment.