Skip to content

Commit 4da4952

Browse files
committed
fix: Try running the CI without yarn cache
1 parent 58654fc commit 4da4952

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- uses: actions/setup-node@v2
2222
with:
2323
node-version: ${{ matrix.node }}
24-
cache: 'yarn'
2524
- name: Install dependencies
2625
run: yarn
2726
- name: Run eslint
@@ -38,7 +37,6 @@ jobs:
3837
- uses: actions/setup-node@v2
3938
with:
4039
node-version: ${{ matrix.node }}
41-
cache: 'yarn'
4240
- name: Install dependencies plugin
4341
run: yarn --unsafe-perm --production
4442
- name: Install dependencies playground

0 commit comments

Comments
 (0)