From bc01dd519f0abad9383b6b993cc348b6cc6dc35d Mon Sep 17 00:00:00 2001 From: "C. Fuhrman" Date: Fri, 28 Feb 2025 11:13:18 -0500 Subject: [PATCH] =?UTF-8?q?Utilise=20npm=20install=20plut=C3=B4t=20que=20n?= =?UTF-8?q?pm=20ci=20(workaround=20temporaire)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d916699..73e764b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: - name: Install Dependencies, lint and Run Tests run: | echo "Installing dependencies..." - npm ci + npm install echo "Running ESLint..." npx eslint . echo "Running tests..."