Skip to content

Commit

Permalink
fix: missing pnpm version in web unit test job
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgrittner committed Aug 19, 2024
1 parent 4f70bca commit c5984e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
node-version: 18
- name: Setup pnpm
uses: pnpm/[email protected]
with:
version: 9
- name: Install dependencies
run: cd web && pnpm install
- name: Run linter
Expand Down

0 comments on commit c5984e8

Please sign in to comment.