Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit 6746a26

Browse files
committed
fix(ci): no strict lock on test build
1 parent 295e66d commit 6746a26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-test.yml

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

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

3131
- name: Build
3232
run: pnpm build

0 commit comments

Comments
 (0)