Skip to content

Commit

Permalink
ci: fix npm cache path
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Miglinci <[email protected]>
  • Loading branch information
pmig committed Jan 3, 2025
1 parent c9665d4 commit 63b2bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: "20.9"
cache: npm
cache-dependency-path: website/package-lock.json
cache-dependency-path: package-lock.json
- name: Install dependencies
run: npm ci
- name: Build website
Expand Down

0 comments on commit 63b2bea

Please sign in to comment.