Skip to content

Commit 4bc539c

Browse files
authored
Update main.yml
1 parent 636f756 commit 4bc539c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cache: 'pnpm'
2727

2828
- name: Install dependencies
29-
run: pnpm install
29+
run: pnpm install --no-frozen-lockfile
3030

3131
- name: Checking
3232
run: pnpm lint && pnpm lint:type && pnpm lint:eslint && pnpm lint:prettier

0 commit comments

Comments
 (0)