Skip to content

Commit cd72d62

Browse files
committed
--no-frozen-lockfile
1 parent a2f99c4 commit cd72d62

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/actions/check-turbo-changes/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ runs:
4646
- name: Install dependencies
4747
shell: bash
4848
run: pnpm install
49+
continue-on-error: true
50+
51+
- name: Install dependencies (--no-frozen-lockfile)
52+
shell: bash
53+
if: ${{ failure() }}
54+
run: pnpm install --no-frozen-lockfile
4955

5056
- name: Get apps list
5157
shell: bash

0 commit comments

Comments
 (0)