diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9a6e2e..00b34d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: cache: 'npm' - name: Install dependencies - run: npm ci + run: npm install - name: Run linter run: npm run lint