Skip to content

Commit

Permalink
ci: install pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
imyanice authored Jun 24, 2024
1 parent 1d6a791 commit 03bf950
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: lts/*

- uses: pnpm/action-setup@v4
with:
version: 9.4.0

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

0 comments on commit 03bf950

Please sign in to comment.