Skip to content

Commit d7c2cf2

Browse files
authored
fix(ci): Update CI for Yarn v4
2 parents 8da0e26 + 2afa1b4 commit d7c2cf2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ jobs:
1717
- uses: actions/setup-node@v3
1818
with:
1919
node-version: ${{ matrix.node-version }}
20-
- run: yarn install --frozen-lockfile
20+
- run: corepack enable
21+
- run: yarn install --immutable
2122
- run: npm test

0 commit comments

Comments
 (0)