Skip to content

Commit

Permalink
Remove test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej authored Jul 22, 2024
1 parent a073607 commit 5996c2f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,8 @@ jobs:
npm run lint:check
npm run format:check
test:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
needs: test_lint
strategy:
matrix:
node: [ '16', '17' ]
os: [ windows-latest, ubuntu-latest ]
name: Test with Node v${{ matrix.node }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 5996c2f

Please sign in to comment.