We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 126bbc8 commit 61229c8Copy full SHA for 61229c8
1 file changed
.github/workflows/ci.yml
@@ -455,11 +455,13 @@ jobs:
455
- name: Setup environment
456
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
457
with:
458
- # We need to use node 24 for OIDC publishing support (npm >= 11.5.1).
459
- node-version: '24'
+ node-version: '22'
460
registry-url: 'https://registry.npmjs.org'
461
cache: 'npm'
462
+ - name: Install npm ^11.5.1 for OIDC publishing support
463
+ run: npm install -g npm@^11.5.1
464
+
465
- name: Install dependencies
466
run: npm ci --no-audit
467
0 commit comments