Skip to content

Commit 8767ae3

Browse files
authored
Update build.yml
1 parent 3c5d48a commit 8767ae3

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
@@ -41,7 +41,7 @@ jobs:
4141
cache: 'npm'
4242
cache-dependency-path: crud-angular/package-lock.json
4343
- name: Install dependencies
44-
run: npm install
44+
run: npm ci
4545
working-directory: crud-angular
4646
- name: Run tests
4747
run: npm run test:ci

0 commit comments

Comments
 (0)