Skip to content

Commit b3c59b2

Browse files
committed
ci: upgrade npm version
1 parent 6bd09a1 commit b3c59b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: "1"
3737

3838
# https://github.com/npm/cli/pull/6978
39-
- name: Downgrade npm
40-
run: npm i -g npm@9.7.2
39+
- name: Pin npm
40+
run: npm i -g npm@10.2.4
4141

4242
- name: Publish package
4343
run: pnpm run ci-publish ${{ github.ref_name }}

0 commit comments

Comments
 (0)