Skip to content

Commit dbd99a4

Browse files
authored
fix: change npm install to npm ci for dependency management
1 parent f19142c commit dbd99a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
#cache-dependency-path: email-api/package-lock.json
4343

4444
- name: Install dependencies
45-
run: npm install
45+
#run: npm install
46+
run: npm ci
4647

4748
- name: Run Tests
4849
env:

0 commit comments

Comments
 (0)