Skip to content

Commit 134ed8f

Browse files
committed
chore: Update npm when publishing
1 parent a647a81 commit 134ed8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
registry-url: https://registry.npmjs.org/
2929
scope: '@bhollis'
3030

31+
- name: Update npm
32+
run: npm install -g npm@latest
33+
3134
- name: Install dependencies
3235
run: npm ci
3336

0 commit comments

Comments
 (0)