From c73b979c7e2c38c376713662bd21b3ec752c8943 Mon Sep 17 00:00:00 2001 From: xxxela <165503531+solaritygh@users.noreply.github.com> Date: Sat, 18 May 2024 12:34:39 -0500 Subject: [PATCH] Final attempt (i hope) --- .github/workflows/node.js.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 6fc615f..4ffc48a 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -26,4 +26,5 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' + - run: npm install - run: npm run lint