From f9fd42c751d2a7214ff6b714511d957136586f74 Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Wed, 26 Nov 2025 11:41:41 -0800 Subject: [PATCH] fix: update dependency installation command to be deterministic --- .github/workflows/copilot-setup-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index bef69af0..a39dc4d2 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -23,4 +23,4 @@ jobs: cache: 'npm' - name: install dependencies - run: npm install + run: npm ci