Skip to content

Commit

Permalink
ensure pnpm installed before test run
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Sinclair committed Feb 15, 2024
1 parent dc8af32 commit dbbedfa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ jobs:
with:
node-version: 16

- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
run_install: false

- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit dbbedfa

Please sign in to comment.