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 117b1d5 commit a9f729eCopy full SHA for a9f729e
1 file changed
.github/workflows/release.yml
@@ -185,6 +185,15 @@ jobs:
185
node-version: 20.19.0
186
cache: "pnpm"
187
188
+ - name: Version npm
189
+ run: npm -v
190
+
191
+ - name: Upgrade npm for OIDC support
192
+ run: npm install -g npm@latest
193
194
195
196
197
- name: Download deps
198
run: pnpm install --frozen-lockfile
199
0 commit comments