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