diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 839170f..187c8a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,8 @@ jobs: with: node-version: 22 cache: npm + - name: Install dependencies + run: npm ci - name: Run prettier run: npm run format:check - name: Run lint