Skip to content

Commit

Permalink
fix: add path to package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pizofreude committed Oct 25, 2023
1 parent b9ec96f commit a04c9fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
with:
node-version: 18
cache: npm
cache-dependency-path: './website/package-lock.json' # The path to your package-lock.json

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit a04c9fc

Please sign in to comment.