We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8da0e26 + 2afa1b4 commit d7c2cf2Copy full SHA for d7c2cf2
.github/workflows/main.yml
@@ -17,5 +17,6 @@ jobs:
17
- uses: actions/setup-node@v3
18
with:
19
node-version: ${{ matrix.node-version }}
20
- - run: yarn install --frozen-lockfile
+ - run: corepack enable
21
+ - run: yarn install --immutable
22
- run: npm test
0 commit comments