Skip to content

Commit 7bc82ae

Browse files
authored
Merge pull request #244 from map-of-pi/ci/mod-workflow-file
Self-approved; mod CI/CD file to prevent accidental dependency drift
2 parents 7f5f58b + 657bf8b commit 7bc82ae

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)