Skip to content

Commit

Permalink
fix(ci): Update CI for Yarn v4
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy authored Sep 25, 2024
2 parents 8da0e26 + 2afa1b4 commit d7c2cf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: corepack enable
- run: yarn install --immutable
- run: npm test

0 comments on commit d7c2cf2

Please sign in to comment.