We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c321325 commit e7d42b5Copy full SHA for e7d42b5
.github/workflows/ci.yml
@@ -20,6 +20,8 @@ jobs:
20
node-version: 24
21
registry-url: 'https://registry.npmjs.org'
22
23
+ - run: npm -v
24
+ - run: npm install -g npm@8
25
- run: npm -v
26
- run: npm install
27
- run: npm install --workspaces
@@ -43,6 +45,11 @@ jobs:
43
45
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
44
46
output: website/build/CONTRIBUTORS.svg
47
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
53
54
# node@v24.0.0+
55
# https://gist.github.com/jaywcjlove/a178278521a6f72c74525d3f1d9c4bf9
0 commit comments