We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19c37a commit 98af715Copy full SHA for 98af715
.github/workflows/ci-beta.yml
@@ -65,7 +65,7 @@ jobs:
65
with:
66
node-version: ${{ matrix.node-version }}
67
cache: yarn
68
- cache-dependency-path: '**/yarn.lock'
+ cache-dependency-path: './yarn.lock'
69
70
- name: 'Cache dependencies'
71
id: cache-yarn
@@ -105,7 +105,7 @@ jobs:
105
106
107
108
109
110
111
@@ -159,7 +159,7 @@ jobs:
159
160
161
162
163
164
165
0 commit comments