diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0039f5..af083b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: node-version: "20.5.1" cache: "npm" - name: Install dependencies - run: npm ci --legacy-peer-deps + run: npm ci - name: Lint run: npm run lint - name: Test project