Skip to content

Commit 134ab52

Browse files
committed
chore: remove npm workaround code
1 parent 1a3b319 commit 134ab52

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,5 @@ jobs:
3535
env:
3636
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: "1"
3737

38-
# https://github.com/npm/cli/pull/6978
39-
- name: Pin npm
40-
run: npm i -g [email protected]
41-
4238
- name: Publish package
4339
run: npm i -g npm@^11.5.2 && pnpm run ci-publish ${{ github.ref_name }}

0 commit comments

Comments
 (0)