We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7493c3 commit 853ff79Copy full SHA for 853ff79
.github/workflows/docs-build-test-and-deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
node-version: 18
28
cache: yarn
29
- cache-dependency-path: './www/package-lock.json'
+ cache-dependency-path: './www/yarn.lock'
30
31
- name: Install dependencies
32
run: yarn install --frozen-lockfile
0 commit comments