diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index b6debca..54dc077 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -133,7 +133,7 @@ jobs: if: ${{ vars.COPILOT_STORAGE_ACCOUNT != '' }} run: | cd .github/skills/azure-storage-loader - npm install --production + npm ci --production - name: Download aggregated usage data from Azure Table Storage if: ${{ vars.COPILOT_STORAGE_ACCOUNT != '' }}