From cc1cc3110d619767e29beec86bbc1537ee0e7036 Mon Sep 17 00:00:00 2001 From: Lika Kavkasidze Date: Sat, 20 Apr 2024 10:48:42 +0200 Subject: [PATCH] [meta] Quickfix for linting before next version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9844710e..65151d75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Install eslint - run: npm install -g eslint + run: npm install -g eslint@8 - name: Run linter run: npm run lint