Skip to content

Commit da25833

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ jobs:
2525
uses: actions/setup-node@v3
2626
with:
2727
node-version: "20"
28-
cache: 'yarn'
29-
30-
- name: Use yarn@4.5.3
28+
29+
- name: Set up yarn@4.5.3
3130
run: |
3231
corepack enable
3332
corepack prepare yarn@4.5.3 --activate
@@ -98,4 +97,5 @@ jobs:
9897
9998
- name: Publish to npm
10099
working-directory: packages/msw-dev-tool
101-
run: npm publish
100+
run: |
101+
yarn npm publish --access public

0 commit comments

Comments
 (0)