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 7728484 commit 42f82a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -26,3 +26,9 @@ updates:
babel:
patterns:
- "@babel/*"
eslint:
patterns:
- "eslint"
- "eslint-plugin-*"
- "eslint-config-*"
- "@typescript-eslint/*"
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, 17.x]
node-version: [18.x, 20.x]
react-version: [17.x, 18.x]
runs-on: ubuntu-latest
steps:
Expand All @@ -43,7 +43,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 42f82a7

Please sign in to comment.