From 2aeea191b21a28c19005eeae1b3a4fa425ae8dac Mon Sep 17 00:00:00 2001 From: Addie Rudy Date: Tue, 21 May 2024 14:13:15 -0500 Subject: [PATCH] WIP: fix: resolve eslint findings #54 --- .github/workflows/eslint.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 9de857c..af01a6a 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -32,10 +32,8 @@ jobs: uses: actions/setup-node@v4 with: node-version: 20 - - name: Install ESLint - run: | - npm install eslint@8.10.0 - npm install @microsoft/eslint-formatter-sarif@2.1.7 + - name: Install Node Packages + run: npm install --save-dev - name: Run ESLint run: npx eslint .