Skip to content

Commit

Permalink
test: fix test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Nov 22, 2023
1 parent 5ac29c1 commit caf0628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-22.04, windows-latest ]
node-version: [ 20, 18, 16, 14 ]
node-version: [ 20, 14 ]

runs-on: ${{ matrix.os }}
steps:
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Setup Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
node-version: ${{ matrix.node-version }}

- name: Fetch deps
run: yarn --mutex network --frozen-lockfile --network-concurrency 25 --silent --disable-self-update-check
Expand Down

0 comments on commit caf0628

Please sign in to comment.