Skip to content

Commit 92ae29d

Browse files
authored
Merge pull request #1802 from elizaOS/shakkernerd-patch-1
chore: install with no frozen-lockfile flag
2 parents 5e17ccd + e9a03fe commit 92ae29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cache: "pnpm"
2121

2222
- name: Install dependencies
23-
run: pnpm install
23+
run: pnpm install -r --no-frozen-lockfile
2424

2525
- name: Run Prettier
2626
run: pnpm run prettier --check .

0 commit comments

Comments
 (0)