diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4704597..864d1b3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,9 +12,7 @@ jobs: node-version-file: .nvmrc cache: 'npm' - name: Install dependencies - run: | - npm ci - npx playwright install-deps + run: npm ci - name: Lint (JavaScript) run: npm run lint - name: Unit Tests (Browser)