We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 865ad15 + c3f851c commit 76dd2cfCopy full SHA for 76dd2cf
1 file changed
.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
73
name: build
74
- uses: actions/setup-node@v6
75
with:
76
- node-version: 22
+ node-version: 20 # for npm@latest
77
registry-url: 'https://registry.npmjs.org'
78
- name: Update npm to latest (required for OIDC)
79
run: npm install -g npm@latest
0 commit comments