Skip to content

Commit 50aaf0c

Browse files
authored
fix(ci): use --no-frozen-lockfile in posthog-upgrade workflow (#3124)
1 parent 595908e commit 50aaf0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/posthog-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
PACKAGE_NAME: ${{ github.event.inputs.package_name }}
5252
run: |
5353
pnpx taze -r --include "$PACKAGE_NAME" -w
54-
pnpm i
54+
pnpm i --no-frozen-lockfile
5555
5656
- name: Generate branch name
5757
id: generate-branch-name

0 commit comments

Comments
 (0)