We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c5d48a commit 8767ae3Copy full SHA for 8767ae3
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41
cache: 'npm'
42
cache-dependency-path: crud-angular/package-lock.json
43
- name: Install dependencies
44
- run: npm install
+ run: npm ci
45
working-directory: crud-angular
46
- name: Run tests
47
run: npm run test:ci
0 commit comments