Skip to content

Commit 7102197

Browse files
authored
ci: add a workaround for npm install eagerly requiring promise-retry package (#2347)
1 parent 8ab91be commit 7102197

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
- name: Install Dependencies
4141
run: npm ci
4242

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+
4346
- name: Upgrade npm for OIDC support
4447
run: npm install -g npm@11.13.0
4548

0 commit comments

Comments
 (0)