We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db59aeb commit 71a1169Copy full SHA for 71a1169
.github/workflows/publish.yml
@@ -120,7 +120,7 @@ jobs:
120
with:
121
node-version: 18
122
cache: 'npm'
123
- cache-dependency-path: package-lock.json
+ cache-dependency-path: bindings/nodejs/hvps/package-lock.json
124
registry-url: 'https://registry.npmjs.org'
125
126
- name: Install dependencies
@@ -149,7 +149,7 @@ jobs:
149
150
151
152
+ cache-dependency-path: bindings/nodejs/nodered/package-lock.json
153
154
155
0 commit comments