We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2024d7 + 58a945b commit 9b395e7Copy full SHA for 9b395e7
1 file changed
.github/workflows/ci.yml
@@ -75,7 +75,7 @@ jobs:
75
name: build
76
- uses: actions/setup-node@v6
77
with:
78
- node-version: 22
+ node-version: 20 # for npm@latest
79
registry-url: 'https://registry.npmjs.org'
80
- name: Update npm to latest (required for OIDC)
81
run: npm install -g npm@latest
0 commit comments