From 688d30e9a124f16e5ecee8312e7a5ceda083a0f1 Mon Sep 17 00:00:00 2001 From: zoton2 Date: Tue, 21 May 2024 21:08:27 +0100 Subject: [PATCH] GitHub workflow: update pnpm version --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7470d9c2..06cf15f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -96,7 +96,7 @@ jobs: - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 8 + version: 9 # Gets pnpm's store directory (for next step) - name: Get pnpm store directory