Skip to content

Commit 7e5c424

Browse files
committed
CI: Prospective fix for npm publishing part 4
The post step of actions/setup-node failed. Disable the package manager cache like it's done in our other CI jobs.
1 parent b18ba7d commit 7e5c424

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish_npm_package.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
with:
3232
version: 10.14.0
3333
- uses: actions/setup-node@v5
34+
package-manager-cache: false
3435
- name: Determine version
3536
id: mkversion
3637
env:
@@ -96,6 +97,7 @@ jobs:
9697
with:
9798
node-version: "20.x"
9899
registry-url: "https://registry.npmjs.org"
100+
package-manager-cache: false
99101
- name: Set version
100102
working-directory: api/node
101103
shell: bash
@@ -157,6 +159,7 @@ jobs:
157159
with:
158160
node-version: "20.x"
159161
registry-url: "https://registry.npmjs.org"
162+
package-manager-cache: false
160163
- name: Set version
161164
working-directory: api/node
162165
run: |

0 commit comments

Comments
 (0)