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 1, 2023
1 parent 4a21304 commit 5a9b4fc
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, 19.x]
node-version: [18.x, 20.x, 21.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 == '18.x'
if: matrix.node-version == '20.x'
uses: coverallsapp/[email protected]
with:
github-token: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 5a9b4fc

Please sign in to comment.