Skip to content

Commit

Permalink
feat: update Node versions support (#97)
Browse files Browse the repository at this point in the history
* feat: update Node versions support

BREAKING CHANGE: add Node 16 support, drop Node 12

* config(renovate): remove node version restriction

* config(github): run tests on correct Node versions
  • Loading branch information
domeq committed May 19, 2022
1 parent 4f7e58a commit 3d87f68
Show file tree
Hide file tree
Showing 4 changed files with 10,483 additions and 47 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '12', '14' ]
node: [ '14', '16', '18' ]
name: Lint on Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
Expand All @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '12', '14' ]
node: [ '14', '16', '18' ]
name: Test on Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3d87f68

Please sign in to comment.