Skip to content

Commit

Permalink
setup pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
waynexia authored May 18, 2024
1 parent 0a47258 commit 1b3c41a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '21'
- uses: pnpm/action-setup@v4
with:
version: 9
- name: Install dependencies
run: pnpm install
- name: Run tests
Expand Down

0 comments on commit 1b3c41a

Please sign in to comment.