We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6030e23 commit ca9f1b8Copy full SHA for ca9f1b8
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