From 6fa676325d7c26a8c8a1a34add521ac721d4d674 Mon Sep 17 00:00:00 2001 From: Pritam Kundu <75939390+warmachine028@users.noreply.github.com> Date: Tue, 3 Sep 2024 13:52:42 +0530 Subject: [PATCH] Update eslint.yml --- .github/workflows/eslint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index b69f56c..b6f5957 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -32,6 +32,7 @@ jobs: - name: Install ESLint run: | + npm install next/core-web-vitals npm install eslint@8.10.0 npm install @microsoft/eslint-formatter-sarif@2.1.7