diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8c2da3..a8ca0f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 22 - # package-lock.json is intentionally untracked, so npm ci is not usable. - - run: npm install + - run: npm ci - run: npx tsc -b working-directory: apps/web - run: npm run test:web