Skip to content

Commit a9f729e

Browse files
committed
Upgrade npm version
1 parent 117b1d5 commit a9f729e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,15 @@ jobs:
185185
node-version: 20.19.0
186186
cache: "pnpm"
187187

188+
- name: Version npm
189+
run: npm -v
190+
191+
- name: Upgrade npm for OIDC support
192+
run: npm install -g npm@latest
193+
194+
- name: Version npm
195+
run: npm -v
196+
188197
- name: Download deps
189198
run: pnpm install --frozen-lockfile
190199

0 commit comments

Comments
 (0)