We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a466d65 commit 2b6e46bCopy full SHA for 2b6e46b
.github/workflows/coverage.yml
@@ -14,7 +14,6 @@ jobs:
14
- uses: actions/setup-node@v2
15
with:
16
node-version: ${{ matrix.node-version }}
17
- cache: 'yarn'
18
- run: yarn set version berry
19
- run: yarn install
20
- run: yarn coverage:check
.github/workflows/test.yml
@@ -18,7 +18,6 @@ jobs:
21
22
23
- run: yarn -v
24
0 commit comments