Skip to content

Commit 8540b4b

Browse files
authored
fix(ci): update workflow ci confirguration
1 parent a7130ee commit 8540b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cache: 'pnpm'
3434

3535
- name: Install dependencies
36-
run: pnpm install --frozen-lockfile
36+
run: pnpm install
3737

3838
- name: Run prettier check
3939
run: pnpm prettier-check

0 commit comments

Comments
 (0)