diff --git a/.github/workflows/pull_request_check.yml b/.github/workflows/pull_request_check.yml index 98924bda14..7017d6eb17 100644 --- a/.github/workflows/pull_request_check.yml +++ b/.github/workflows/pull_request_check.yml @@ -16,7 +16,7 @@ jobs: ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true' - name: install deps - run: npm install + run: npm ci - name: create generated dir run: mkdir ./assets/generated diff --git a/.github/workflows/theme_validation.yml b/.github/workflows/theme_validation.yml index 6de6e1cb22..d314341477 100644 --- a/.github/workflows/theme_validation.yml +++ b/.github/workflows/theme_validation.yml @@ -16,7 +16,7 @@ jobs: ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true' - name: install deps - run: npm install + run: npm ci - name: create generated dir run: mkdir ./assets/generated