Skip to content

Commit 19442a7

Browse files
committed
chore: fix ci typecheck
1 parent 69eb160 commit 19442a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: npm i -g @antfu/ni
2828

2929
- name: Install
30-
run: nci
30+
run: nci --no-frozen-lockfile
3131

3232
- name: Lint
3333
run: nr lint
@@ -49,7 +49,7 @@ jobs:
4949
run: npm i -g @antfu/ni
5050

5151
- name: Install
52-
run: nci
52+
run: nci --no-frozen-lockfile
5353

5454
- name: Build
5555
run: nr build
@@ -81,7 +81,7 @@ jobs:
8181
run: npm i -g @antfu/ni
8282

8383
- name: Install
84-
run: nci
84+
run: nci --no-frozen-lockfile
8585

8686
- name: Build
8787
run: nr build

0 commit comments

Comments
 (0)