fix: Try running the CI without yarn cache

pull/107/head
Boaz Poolman 2023-10-17 20:35:00 +02:00
parent 58654fc769
commit 4da4952695
1 changed files with 0 additions and 2 deletions

View File

@ -21,7 +21,6 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
- name: Install dependencies
run: yarn
- name: Run eslint
@ -38,7 +37,6 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
- name: Install dependencies plugin
run: yarn --unsafe-perm --production
- name: Install dependencies playground