Skip to content

Commit

Permalink
Make sure pnpm is present
Browse files Browse the repository at this point in the history
  • Loading branch information
skorfmann committed Jun 28, 2023
1 parent dd4f4bd commit c0a37fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
with:
node-version: 16.x

- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
with:
version: 8

- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit c0a37fd

Please sign in to comment.