From daead80d14c9369bfe4b86cec2efd1298aa16adf Mon Sep 17 00:00:00 2001 From: Mawoka Date: Thu, 18 Aug 2022 21:09:40 +0200 Subject: [PATCH] :green_heart: Maybe fixed CI --- .github/workflows/frontend_lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/frontend_lint.yml b/.github/workflows/frontend_lint.yml index ec61842..c1f97b3 100644 --- a/.github/workflows/frontend_lint.yml +++ b/.github/workflows/frontend_lint.yml @@ -19,9 +19,9 @@ jobs: with: fetch-depth: 1 - - uses: pnpm/action-setup@v2.1.0 + - uses: pnpm/action-setup@v2.2.2 with: - version: 6.0.2 + version: 7.9.3 working-directory: ./frontend - name: Install dependencies