From ad4b8a6c18d332780377a0e6cbe3b58458dadf1a Mon Sep 17 00:00:00 2001 From: Dlurak <84224239+Dlurak@users.noreply.github.com> Date: Sun, 23 Jun 2024 14:22:10 +0200 Subject: [PATCH] ci(lint): fix issues in GitHub Action for linting --- .github/workflows/lint.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 72cfb50..54b86c6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,14 +8,13 @@ on: jobs: lint: runs-on: ubuntu-latest - needs: formatting steps: - name: Checkout uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 with: - version: 8 + version: 9 - uses: actions/setup-node@v3 with: node-version: 18.x