Skip to content

Commit 8e0673e

Browse files
committed
Update npm
1 parent 584f427 commit 8e0673e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
with:
2929
node-version: 24
3030
cache: yarn
31+
- name: Update npm
32+
run: |
33+
npm install -g npm@latest
34+
npm --version
3135
3236
# This also builds the package as part of the post install
3337
- name: Install Dependencies

0 commit comments

Comments
 (0)