diff --git a/.github/workflows/lint_chacks.yml b/.github/workflows/lint_chacks.yml index 8736e4a..05264ea 100644 --- a/.github/workflows/lint_chacks.yml +++ b/.github/workflows/lint_chacks.yml @@ -19,7 +19,7 @@ jobs: node-version: "14" # Use a specific Node.js version, adjust as needed - name: Install Dependencies ☘️ - run: npm i # Use npm i for faster and more consistent installs + run: npm ci # Use npm ci for faster and more consistent installs - name: Tests and Linting ✅ run: |