We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f22d4 commit ebd4119Copy full SHA for ebd4119
.github/workflows/build.yml
@@ -32,8 +32,7 @@ jobs:
32
with:
33
path: ${{ steps.yarn-cache.outputs.dir }}
34
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
35
- restore-keys: |
36
- ${{ runner.os }}-yarn-
+ restore-keys: ${{ runner.os }}-yarn-
37
38
- name: Install dependencies
39
run: yarn install --frozen-lockfile
0 commit comments