Skip to content

Commit 53766a8

Browse files
committed
chore: try install with no frozen lockfile
1 parent a2d35c5 commit 53766a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on_merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
version: 10.6.3
2727
run_install: false
2828
- name: Install dependencies
29-
run: pnpm i
29+
run: pnpm i --no-frozen-lockfile
3030

3131
# Run the CI build script to ensure search works
3232
- name: Run CI build

0 commit comments

Comments
 (0)