Skip to content

Commit 71a1169

Browse files
committed
update cache-dependency-path
1 parent db59aeb commit 71a1169

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
with:
121121
node-version: 18
122122
cache: 'npm'
123-
cache-dependency-path: package-lock.json
123+
cache-dependency-path: bindings/nodejs/hvps/package-lock.json
124124
registry-url: 'https://registry.npmjs.org'
125125

126126
- name: Install dependencies
@@ -149,7 +149,7 @@ jobs:
149149
with:
150150
node-version: 18
151151
cache: 'npm'
152-
cache-dependency-path: package-lock.json
152+
cache-dependency-path: bindings/nodejs/nodered/package-lock.json
153153
registry-url: 'https://registry.npmjs.org'
154154

155155
- name: Install dependencies

0 commit comments

Comments
 (0)