Skip to content

Commit

Permalink
chore: explicitly install pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy committed Mar 26, 2022
1 parent 3c84228 commit c0fb8d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
with:
node-version: ${{ matrix.node }}

- uses: pnpm/[email protected]
with:
version: 6.0.2

- name: Install dependencies
run: yarn install

Expand Down

0 comments on commit c0fb8d0

Please sign in to comment.