From d37f66f17cc2744d17d55b0f6ccfedf4bd0b8237 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 27 May 2022 23:22:26 +0200 Subject: [PATCH] switch to install --- .github/workflows/qc_checks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qc_checks.yaml b/.github/workflows/qc_checks.yaml index 08a0c3c412..a330a3a6e4 100644 --- a/.github/workflows/qc_checks.yaml +++ b/.github/workflows/qc_checks.yaml @@ -51,7 +51,7 @@ jobs: uses: matmair/inventree/.github/actions/setup@ci-updates with: npm: true - update: true + install: true - name: Check Templated Files run: | cd ci @@ -72,7 +72,7 @@ jobs: uses: matmair/inventree/.github/actions/setup@ci-updates with: npm: true - update: true + install: true - name: Check HTML Files run: npx markuplint **/templates/*.html