Skip to content

Commit 3c01f81

Browse files
committed
fixed yml files
1 parent b2965b2 commit 3c01f81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
git clean -fdx
3434
3535
- name: Install dependencies
36-
run: npm install
36+
run: npm ci
3737

3838
- name: Run tests
3939
run: npm test
@@ -64,7 +64,7 @@ jobs:
6464
git clean -fdx
6565
6666
- name: Install dependencies
67-
run: npm install
67+
run: npm ci
6868

6969
- name: Build project
7070
run: npm run build

0 commit comments

Comments
 (0)