Skip to content

Commit

Permalink
Add pnpm setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyrt committed Jul 9, 2023
1 parent dc5abb5 commit 211268c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/quality-assurance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.20'
- uses: pnpm/action-setup@v2
with:
version: 8.6.2
- name: Install C/C++ deps
run: sudo apt install libhidapi-dev libudev-dev -y
- name: Install frontend deps
Expand Down

0 comments on commit 211268c

Please sign in to comment.