Skip to content

Commit 43454e7

Browse files
authored
Merge pull request #432 from github/use-deterministic-installs
fix: update dependency installation command to be deterministic
2 parents 4ccace6 + f9fd42c commit 43454e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
cache: 'npm'
2424

2525
- name: install dependencies
26-
run: npm install
26+
run: npm ci

0 commit comments

Comments
 (0)