Skip to content

Commit 68123ac

Browse files
committed
fix: use yarn4.5.3 in cd
1 parent 18aaf84 commit 68123ac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy-package.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
node-version: "20"
2828
cache: 'yarn'
29-
29+
3030
- name: Use yarn@4.5.3
3131
run: |
3232
corepack enable
@@ -98,4 +98,5 @@ jobs:
9898
9999
- name: Publish to npm
100100
working-directory: packages/msw-dev-tool
101-
run: npm publish
101+
run: |
102+
yarn npm publish --access public

0 commit comments

Comments
 (0)