Skip to content

Commit dcc1e01

Browse files
committed
Prevent accidental dependency drift; address potential reason for dependabot patch updates.
1 parent 9e13969 commit dcc1e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

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

3636
- name: Build Frontend
3737
run: npm run build

0 commit comments

Comments
 (0)