There was an error while loading. Please reload this page.
1 parent 8670d4f commit 33edfc7Copy full SHA for 33edfc7
.github/workflows/main.yml
@@ -65,7 +65,7 @@ jobs:
65
node_modules
66
~/.cache/Cypress
67
yarn-cache
68
- key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}
+ key: ${{ runner.os }}-v1-${{ hashFiles('yarn.lock') }}
69
- name: install npm dependencies
70
run: yarn --frozen-lockfile
71
- name: build static files
0 commit comments