From b6939da24d4ae3a645f4240f3fe0419f7dab1d72 Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Thu, 23 Jul 2026 02:01:58 +0200 Subject: [PATCH] fix: use npm install in all CI workflows for lockfile compatibility --- .github/workflows/build-preview.yaml | 2 +- .github/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-preview.yaml b/.github/workflows/build-preview.yaml index da726c7..c831ae0 100644 --- a/.github/workflows/build-preview.yaml +++ b/.github/workflows/build-preview.yaml @@ -36,7 +36,7 @@ jobs: restore-keys: | ${{ runner.os }}-plugins- - - run: npm ci + - run: npm install - name: Install Quartz plugins run: npx quartz plugin install diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 62e31d7..4aeda17 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -44,7 +44,7 @@ jobs: restore-keys: | ${{ runner.os }}-plugins- - - run: npm ci + - run: npm install - name: Install Quartz plugins run: npx quartz plugin install