Skip to content

Commit f98ccb7

Browse files
committed
rm yarn cache
1 parent 059d66e commit f98ccb7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/benchmark.yml

-4
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
uses: actions/setup-node@v3
2020
with:
2121
node-version: '16'
22-
cache: yarn
23-
cache-dependency-path: 'yarn.lock'
2422

2523
- name: Install
2624
run: yarn install --frozen-lockfile --prefer-offline
@@ -38,8 +36,6 @@ jobs:
3836
uses: actions/setup-node@v3
3937
with:
4038
node-version: '16'
41-
cache: yarn
42-
cache-dependency-path: 'yarn.lock'
4339

4440
- name: Install
4541
run: yarn install --frozen-lockfile --prefer-offline

0 commit comments

Comments
 (0)