Skip to content

Commit c4f6b3d

Browse files
committed
fix update npm to latest in release workflow
1 parent 60eda74 commit c4f6b3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
node-version: lts/*
3838
registry-url: "https://registry.npmjs.org"
3939

40-
- name: Update npm
40+
- name: Update npm # Need at least 11.5.1 for OIDC publishing
4141
run: |
42-
npm istall -g npm@latest
42+
npm install -g npm@latest
4343
4444
- name: Install Dependencies
4545
run: npm install

0 commit comments

Comments
 (0)