Skip to content

Commit 3db4f3a

Browse files
committed
fix(context-ledger): use --no-frozen-lockfile for pnpm install
1 parent 8ffb29e commit 3db4f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ runs:
7676
shell: bash
7777
run: |
7878
cd "${{ github.action_path }}"
79-
pnpm install --frozen-lockfile --ignore-scripts
79+
pnpm install --no-frozen-lockfile --ignore-scripts
8080
8181
- name: Check for suggestion commits and loop prevention
8282
id: check-suggestions

0 commit comments

Comments
 (0)