Skip to content

Commit

Permalink
feat(node-version): raised the minimum required version to v14.17 (#188)
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
markmartirosian committed Sep 21, 2021
1 parent f9ea421 commit 020eab0
Show file tree
Hide file tree
Showing 3 changed files with 15,566 additions and 84 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
- macos-latest
Expand All @@ -28,6 +27,8 @@ 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 test:ci"
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 020eab0

Please sign in to comment.