From 7ad9612037449441dbea3a80028fe5bedd985c47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thea=20Sch=C3=B6bl?= Date: Tue, 9 Jul 2024 16:39:21 +0200 Subject: [PATCH] fix: add pnpm to pipeline --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 393ed8a9..427bc9ad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,6 +21,10 @@ jobs: - name: ⏬ Install Python dependencies run: pip install -r requirements.txt + - name: Install pnpm + uses: pnpm/action-setup@v4 + with: + version: 8 - name: 🐉 Use Node.js 18.16.x uses: actions/setup-node@v3 with: