Skip to content

Commit

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

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

- name: Install dependencies
Expand Down

0 comments on commit 71a1169

Please sign in to comment.