We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1d36f9 + f8ec74b commit 0ea2510Copy full SHA for 0ea2510
1 file changed
.github/workflows/ci.yml
@@ -82,7 +82,7 @@ jobs:
82
name: build
83
- uses: actions/setup-node@v6
84
with:
85
- node-version: 22
+ node-version: 20 # required for OIDC npm@latest
86
registry-url: 'https://registry.npmjs.org'
87
- name: Update npm to latest (required for OIDC)
88
run: npm install -g npm@latest
0 commit comments