From 03bf950bfb8171821b444c4c663a682f7e6e80b8 Mon Sep 17 00:00:00 2001 From: Yanice Date: Mon, 24 Jun 2024 12:44:12 +0200 Subject: [PATCH] ci: install pnpm --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ee2edf..84d45fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: