Utilise npm install plutôt que npm ci (workaround temporaire)

This commit is contained in:
C. Fuhrman 2025-02-28 11:13:18 -05:00
parent 31f94a93d9
commit bc01dd519f

View file

@ -24,7 +24,7 @@ jobs:
- name: Install Dependencies, lint and Run Tests - name: Install Dependencies, lint and Run Tests
run: | run: |
echo "Installing dependencies..." echo "Installing dependencies..."
npm ci npm install
echo "Running ESLint..." echo "Running ESLint..."
npx eslint . npx eslint .
echo "Running tests..." echo "Running tests..."