Skip to content

Commit

Permalink
Try fixing yarn version mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
banga committed Dec 29, 2023
1 parent 41f8748 commit 189bc5c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: ['18', '19', '20']
os: [ubuntu-latest, windows-latest, macOS-latest]
# node_version: ['18', '19', '20']
# os: [ubuntu-latest, windows-latest, macOS-latest]
node_version: ['18']
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
- run: corepack enable
- run: yarn install
- run: yarn test

0 comments on commit 189bc5c

Please sign in to comment.