Skip to content

Commit 2b6e46b

Browse files
committed
Drop npm cache
1 parent a466d65 commit 2b6e46b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/coverage.yml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
- uses: actions/setup-node@v2
1515
with:
1616
node-version: ${{ matrix.node-version }}
17-
cache: 'yarn'
1817
- run: yarn set version berry
1918
- run: yarn install
2019
- run: yarn coverage:check

.github/workflows/test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- uses: actions/setup-node@v2
1919
with:
2020
node-version: ${{ matrix.node-version }}
21-
cache: 'yarn'
2221
- run: yarn set version berry
2322
- run: yarn -v
2423
- run: yarn install

0 commit comments

Comments
 (0)