diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index 1c3f3708d39..08d09a5a657 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -19,7 +19,7 @@ jobs: node-version: "20" cache: "npm" - run: | - npm install ci + npm ci - name: "Checking lint/format errors" run: | npm run lint