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.
1 parent 0452103 commit 596f8acCopy full SHA for 596f8ac
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
node-version-file: .nvmrc
35
36
- name: Upgrade npm for OIDC
37
- run: npm i -g npm@>=11.5.1
+ run: npm i -g npm@">=11.5.1"
38
39
- name: Install dependencies
40
run: pnpm install
0 commit comments