We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab91be commit 7102197Copy full SHA for 7102197
1 file changed
.github/workflows/npm-publish.yml
@@ -40,6 +40,9 @@ jobs:
40
- name: Install Dependencies
41
run: npm ci
42
43
+ - name: Install legacy npm first, as a workaround for https://github.com/nodejs/node/issues/62425
44
+ run: npm install -g npm@10.9.8
45
+
46
- name: Upgrade npm for OIDC support
47
run: npm install -g npm@11.13.0
48
0 commit comments