Skip to content

Commit

Permalink
fix ci (add pnpm)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtenorio committed Dec 10, 2024
1 parent 93e1987 commit fdd8081
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
with:
node-version: lts/*

- name: setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9

- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
with:
Expand Down

0 comments on commit fdd8081

Please sign in to comment.