Skip to content

Commit

Permalink
update cache-dependency-path
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecarenzo committed Apr 1, 2024
1 parent 36e4324 commit 6ce690b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
node-version: '19'
cache: 'npm'
cache-dependency-path: 'package-lock.json'
cache-dependency-path: './package-lock.json'
- name: Install dependencies
working-directory: /
run: npm ci
Expand Down

0 comments on commit 6ce690b

Please sign in to comment.