Skip to content

Commit

Permalink
add cache-dependency-path
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Jul 4, 2023
1 parent aa82e33 commit 0b29f3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ jobs:
with:
node-version: 18
cache: 'npm'
cache-dependency-path: package-lock.json
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
Expand Down Expand Up @@ -148,6 +149,7 @@ jobs:
with:
node-version: 18
cache: 'npm'
cache-dependency-path: package-lock.json
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
Expand Down

0 comments on commit 0b29f3d

Please sign in to comment.