Skip to content

Commit

Permalink
ci: update matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Dec 23, 2022
1 parent c6d4d6b commit 2f83919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Tests
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x, 19.x]
runs-on: ubuntu-latest
steps:
- name: Checkout sources
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Run tests
run: npm run tests-only
- name: Submit coverage
if: matrix.node-version == '16.x'
if: matrix.node-version == '18.x'
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 2f83919

Please sign in to comment.