Skip to content

Commit

Permalink
test: try again with seperate pnpm install step
Browse files Browse the repository at this point in the history
  • Loading branch information
lenadax committed Feb 3, 2025
1 parent 9d25f1a commit 9cc074a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 9.3.0
version: 9.3.0

- name: Check pnpm version
run: pnpm --version

- name: Install pnpm
run: pnpm install

- name: Install Project
run: make install
Expand Down

0 comments on commit 9cc074a

Please sign in to comment.