Skip to content

Commit e0a9201

Browse files
authored
Merge pull request #236 from Flux159/pr236
Update npm version in cd.yml
2 parents 94c3a21 + 9a62610 commit e0a9201

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ jobs:
105105
run: bun run build
106106

107107
- name: Publish to NPM
108-
run: npm publish
108+
run: |
109+
npm install -g npm@latest
110+
npm publish
109111
110112
- name: Update, Package and Push Helm chart to GHCR
111113
run: |

0 commit comments

Comments
 (0)