Skip to content

Commit

Permalink
feat(node-versions): dropped support for node v12 since it is nearing…
Browse files Browse the repository at this point in the history
… EOL

BREAKING CHANGE: the lowest supported version of node is now v14.15 and v15 has also been dropped
  • Loading branch information
travi committed Apr 22, 2022
1 parent f85f2d9 commit 831ece9
Show file tree
Hide file tree
Showing 3 changed files with 11,765 additions and 14,354 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
node-version-file: .nvmrc
cache: npm
- run: npm clean-install
- run: npm test
Expand All @@ -30,9 +30,8 @@ jobs:
strategy:
matrix:
node:
- '12.20'
- 12
- 14
- 14.15.0
- 16.0.0
- 16
steps:
- uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 831ece9

Please sign in to comment.