From 5e7aadacb0071883bdda4a0380d5a1b069fbc864 Mon Sep 17 00:00:00 2001 From: Minh Vu Date: Sun, 24 May 2026 10:47:07 +0200 Subject: [PATCH] fix(ci): use npm ci in lint workflow --- .github/workflows/lint-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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