Skip to content

Commit e0d9180

Browse files
Fix floating dependency install
1 parent d8799dd commit e0d9180

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
node-version: 26
4747
cache: pnpm
4848
- name: Install Dependencies
49-
run: pnpm install --frozen-lockfile
49+
run: pnpm install --no-lockfile
5050
- name: Run Tests
5151
run: pnpm test
5252

0 commit comments

Comments
 (0)