From d8049d6c510eaf64d92d7f0041f114d97691f151 Mon Sep 17 00:00:00 2001 From: Chris Schwerdt Date: Tue, 28 Oct 2025 11:04:23 -0600 Subject: [PATCH] Use `npm ci` on lint GitHub Action --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9f2ccc078..8eef41f04 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -27,7 +27,7 @@ jobs: - name: Install Dependencies run: | composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist - npm install + npm ci - name: Run Pint run: vendor/bin/pint