Skip to content

Commit c305108

Browse files
committed
ci: need pnpm in test job
1 parent 6c38927 commit c305108

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

+4
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ jobs:
5757
- name: Checkout
5858
uses: actions/checkout@v3
5959

60+
- uses: pnpm/action-setup@v3
61+
with:
62+
version: 8
63+
6064
- name: Use Node.js ${{ matrix.node-version }}
6165
uses: actions/setup-node@v3
6266
with:

0 commit comments

Comments
 (0)