Skip to content

Commit 39d322b

Browse files
committed
Update publish-npm.yml
1 parent 01a9943 commit 39d322b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323

2424
- name: Install dependencies
2525
run: |
26+
npm install -g pnpm
2627
npm install -g lerna
27-
npm install
28+
pnpm install
2829
2930
- name: Configure Git identity
3031
run: |

0 commit comments

Comments
 (0)