Skip to content

Commit 270c8ee

Browse files
committed
pin npm@11.5 for OIDC
1 parent 1ebb2a2 commit 270c8ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131

3232
- uses: ./.github/workflows/actions/prepare
3333

34-
- name: Update npm to latest
35-
run: npm install -g npm@latest
34+
- name: Update npm
35+
run: npm install -g npm@11.5
3636

3737
- id: changesets
3838
name: Create release Pull Request or publish to NPM

0 commit comments

Comments
 (0)