fix: use npm install in all CI workflows for lockfile compatibility

This commit is contained in:
saberzero1
2026-07-23 02:01:58 +02:00
parent 6fdeaef8c2
commit b6939da24d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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