From b26d6a129532e355034e51ca5f2cec4ffe289524 Mon Sep 17 00:00:00 2001 From: s0hv Date: Thu, 13 Jul 2023 13:43:57 +0300 Subject: [PATCH] Fix pnpm version --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1f71b17..94ac5b8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -53,7 +53,7 @@ jobs: - uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 - uses: actions/setup-node@v3 with: @@ -131,7 +131,7 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 - uses: actions/setup-node@v3.6.0 with: node-version: '16' @@ -227,7 +227,7 @@ jobs: - uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 - uses: actions/setup-node@v3 with: