Skip to content

Commit

Permalink
Add cache-dependency-path
Browse files Browse the repository at this point in the history
  • Loading branch information
ztimms73 committed Oct 9, 2023
1 parent f8bef28 commit f652998
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 @@ -16,6 +16,7 @@ jobs:
with:
node-version: 18
cache: npm
cache-dependency-path: '**/package-lock.json'
- run: npm i --frozen-lockfile
- name: Build
run: npm run build
Expand Down

0 comments on commit f652998

Please sign in to comment.