From 6fdeaef8c2eeb87fc4bcbecc9f10bf2ddf9bd40d Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Thu, 23 Jul 2026 01:59:52 +0200 Subject: [PATCH] fix: use npm install instead of npm ci in deploy The lockfile was generated on linux x86_64 but CI needs platform- specific optional deps for all architectures. npm install resolves them correctly while npm ci requires exact lockfile match. --- .github/workflows/deploy-v5.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-v5.yaml b/.github/workflows/deploy-v5.yaml index 5f2fb2e..3fa43f9 100644 --- a/.github/workflows/deploy-v5.yaml +++ b/.github/workflows/deploy-v5.yaml @@ -41,7 +41,7 @@ jobs: restore-keys: | ${{ runner.os }}-plugins- - - run: npm ci + - run: npm install - name: Install Quartz plugins run: npx quartz plugin install