diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2dba9e1..e78e637 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: cache: "npm" - name: Install dependencies - run: npm install + run: npm ci - name: Lint run: npm run lint