Skip to content

Commit

Permalink
Setup pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Nov 17, 2023
1 parent bfb36e0 commit 175aaaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
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: 20
- uses: pnpm/action-setup@v2
with:
version: 8
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit 175aaaa

Please sign in to comment.