Skip to content

Commit 6efeedc

Browse files
committed
update quality checj and package lock
1 parent d87c7cd commit 6efeedc

File tree

2 files changed

+1822
-450
lines changed

2 files changed

+1822
-450
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 install
35+
run: npm ci
3636

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

5151
- name: Install Dependencies
52-
run: npm install
52+
run: npm ci
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 install
81+
run: npm ci
8282

8383
- name: Build
8484
run: npm run build

0 commit comments

Comments
 (0)