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 28, 2023
1 parent 57e5828 commit c6dc6d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Tests
strategy:
matrix:
node-version: ['14.x', '16.x', '18.x']
node-version: [18.x, 20.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 == '20.x'
uses: coverallsapp/github-action@v2.2.3
with:
github-token: ${{secrets.GITHUB_TOKEN}}

0 comments on commit c6dc6d6

Please sign in to comment.