There was an error while loading. Please reload this page.
1 parent 7cacaa2 commit 13e0214Copy full SHA for 13e0214
1 file changed
.github/workflows/npm-publish.yml
@@ -25,6 +25,9 @@ jobs:
25
with:
26
node-version: 20
27
28
+ - name: Update npm
29
+ run: npm update -g npm # temporary until setup-node action comes with npm version that contains oidc setup by default
30
+
31
- name: Install pnpm
32
uses: pnpm/action-setup@v4
33
0 commit comments