fix: Try running the CI without yarn cache
parent
58654fc769
commit
4da4952695
|
@ -21,7 +21,6 @@ jobs:
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
cache: 'yarn'
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn
|
run: yarn
|
||||||
- name: Run eslint
|
- name: Run eslint
|
||||||
|
@ -38,7 +37,6 @@ jobs:
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
cache: 'yarn'
|
|
||||||
- name: Install dependencies plugin
|
- name: Install dependencies plugin
|
||||||
run: yarn --unsafe-perm --production
|
run: yarn --unsafe-perm --production
|
||||||
- name: Install dependencies playground
|
- name: Install dependencies playground
|
||||||
|
|
Loading…
Reference in New Issue