Skip to content

Commit c4db6dc

Browse files
committed
npm install instead of npm ci
1 parent ed2495f commit c4db6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/angular-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache: 'npm' # Enable caching of npm dependencies
2222

2323
- name: Install dependencies
24-
run: npm ci # 'ci' is typically preferred over 'install' in CI for faster, more reliable builds
24+
run: npm install
2525

2626
- name: Run tests
2727
run: npm run test

0 commit comments

Comments
 (0)