clean yarn cache to fix github ci

This commit is contained in:
dennis.ludwig
2021-07-02 15:33:31 +02:00
parent cbab94e0cb
commit 0f3183f189

View File

@@ -13,6 +13,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: yarn cache clean --force
- run: yarn --frozen-lockfile --network-timeout 100000
- run: PUBLIC_URL=/techradar yarn build:static
- uses: jakejarvis/s3-sync-action@master