Skip to content

Commit d8e2d2f

Browse files
authored
ci(test): remove unnecessary --frozen-lockfile pnpm option (#49)
1 parent 6be94ee commit d8e2d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache-dependency-path: pnpm-lock.yaml
2424

2525
- name: Install dependencies
26-
run: pnpm install --frozen-lockfile
26+
run: pnpm install
2727

2828
- name: Test
2929
run: pnpm run test

0 commit comments

Comments
 (0)