Skip to content

Commit e7d42b5

Browse files
committed
ci: update workflows config.
1 parent c321325 commit e7d42b5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
node-version: 24
2121
registry-url: 'https://registry.npmjs.org'
2222

23+
- run: npm -v
24+
- run: npm install -g npm@8
2325
- run: npm -v
2426
- run: npm install
2527
- run: npm install --workspaces
@@ -43,6 +45,11 @@ jobs:
4345
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
4446
output: website/build/CONTRIBUTORS.svg
4547
avatarSize: 42
48+
49+
# npm@v11.5.0+ is required for OIDC support
50+
# node@v22.0.0+
51+
- name: Upgrade npm for OIDC support
52+
run: npm install -g npm@latest
4653

4754
# node@v24.0.0+
4855
# https://gist.github.com/jaywcjlove/a178278521a6f72c74525d3f1d9c4bf9

0 commit comments

Comments
 (0)