Skip to content

Commit d87c7cd

Browse files
committed
Update quality-checks.yml
1 parent 9f79240 commit d87c7cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/quality-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cache: 'npm'
3333

3434
- name: Install Dependencies
35-
run: npm ci
35+
run: npm install
3636

3737
quality:
3838
needs: install
@@ -49,7 +49,7 @@ jobs:
4949
cache: 'npm'
5050

5151
- name: Install Dependencies
52-
run: npm ci
52+
run: npm install
5353

5454
- name: Run Type Check
5555
run: npm run typecheck
@@ -78,7 +78,7 @@ jobs:
7878
cache: 'npm'
7979

8080
- name: Install Dependencies
81-
run: npm ci
81+
run: npm install
8282

8383
- name: Build
8484
run: npm run build

0 commit comments

Comments
 (0)