Skip to content

Commit

Permalink
install pnpm in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
steambap committed Jan 13, 2024
1 parent bb5fc19 commit e4976ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: install dependencies
run: pnpm
- uses: pnpm/action-setup@v2
with:
version: 7
- name: run tests
run: npm test

0 comments on commit e4976ea

Please sign in to comment.