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