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 6b4ca33 commit bd513adCopy full SHA for bd513ad
.github/workflows/deploy.yaml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
node-version: 18
19
cache: npm
20
- cache-dependency-path: website
+ cache-dependency-path: website/package-lock.json
21
22
- name: Install dependencies
23
run: npm ci
0 commit comments