From 7e5c6c29b0133ddb0a8afa04865999668dde634d Mon Sep 17 00:00:00 2001 From: andrei-picus-tink Date: Thu, 8 Aug 2024 09:57:37 +0200 Subject: [PATCH] Install pnpm in CI --- .github/workflows/ci.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1738eaa..aa5bd79 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,6 +13,11 @@ jobs: node-version: 20 cache: 'pnpm' + - name: Install pnpm + uses: pnpm/action-setup@v4 + with: + version: 9 + - name: Install deps run: pnpm install