Skip to content

Commit adf2561

Browse files
committed
ci: downgrade npm on publish
see npm/cli#6978
1 parent 21e27fa commit adf2561

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
env:
3636
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: "1"
3737

38+
# https://github.com/npm/cli/pull/6978
39+
- name: Downgrade npm
40+
run: npm i -g [email protected]
41+
3842
- name: Publish package
3943
run: pnpm run ci-publish ${{ github.ref_name }}
4044
env:

0 commit comments

Comments
 (0)