From a9e55f528b0ceb8991c65989412404872b02a134 Mon Sep 17 00:00:00 2001 From: Proxyfil Date: Mon, 6 Apr 2026 23:58:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Updated=20frontend=20lint=20to?= =?UTF-8?q?=20use=20up-to-date=20pnpm=20and=20eslint=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 933218c..219006c 100644 --- a/.github/workflows/frontend_lint.yml +++ b/.github/workflows/frontend_lint.yml @@ -24,9 +24,9 @@ jobs: with: fetch-depth: 1 - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v5.0.0 with: - version: 8.14.0 + version: 10.24.0 working-directory: ./frontend - name: Install dependencies