Skip to content

Commit 657bf8b

Browse files
committed
Prevent accidental dependency drift; address potential reason for app failure due to dependabot patch updates.
1 parent 7f5f58b commit 657bf8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
# Backend CI/CD Process
3333
- name: Install Dependencies for Backend
34-
run: npm install
34+
run: npm ci
3535

3636
- name: Execute Tests for Backend
3737
run: npm run test -- --passWithNoTests

0 commit comments

Comments
 (0)