Skip to content

Commit c0fb8d0

Browse files
committed
chore: explicitly install pnpm
1 parent 3c84228 commit c0fb8d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
with:
2020
node-version: ${{ matrix.node }}
2121

22+
- uses: pnpm/[email protected]
23+
with:
24+
version: 6.0.2
25+
2226
- name: Install dependencies
2327
run: yarn install
2428

0 commit comments

Comments
 (0)