Skip to content

Commit 27815bc

Browse files
authored
Update npm to latest version before publishing
1 parent 288d8fb commit 27815bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/netlicensing-js-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ jobs:
107107
git push --follow-tags
108108
109109
# ── Publish ─────────────────────────────────────────────────────────────
110+
- name: Update npm
111+
run: npm install -g npm@latest
112+
110113
- name: Publish to npm
111114
run: npm publish --provenance --access public
112115

0 commit comments

Comments
 (0)