Skip to content

Commit 2ba3061

Browse files
committed
setup pnpm
Signed-off-by: Teo Koon Peng <[email protected]>
1 parent 6c9942a commit 2ba3061

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci_linux.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@ jobs:
3131
- name: Setup rust
3232
run: rustup default ${{ matrix.rust-version }}
3333

34+
- name: Setup pnpm
35+
uses: pnpm/action-setup@v4
36+
with:
37+
version: latest
38+
39+
- name: Setup nodejs
40+
run: pnpm env use --global lts
41+
shell: bash
42+
3443
- name: Build default features
3544
run: cargo build --workspace
3645
- name: Test default features

0 commit comments

Comments
 (0)