From 4c1ee41953eb59d41c2e7ab890678de8fa270fdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Tesa=C5=99?= Date: Thu, 2 Nov 2023 09:00:09 +0100 Subject: [PATCH] Fix pnpm CI version --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7e245646..387e5681 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 8.10.0 + version: 8.10.2 - name: Setup Node uses: actions/setup-node@v4 with: @@ -51,7 +51,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 8.10.0 + version: 8.10.2 - name: Setup Node uses: actions/setup-node@v4 with: