Skip to content

Commit 9133ffd

Browse files
committed
chore: use --frozen-lockfile option for pnpm install to ensure consistent dependency installation
1 parent a31ae13 commit 9133ffd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/NativePipeline.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ jobs:
482482
- name: "Setup pnpm"
483483
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
484484
- name: "Install dependencies"
485-
run: pnpm install
485+
run: pnpm install --frozen-lockfile
486486
- name: "Download project MDA file"
487487
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
488488
with:
@@ -604,7 +604,7 @@ jobs:
604604
- name: "Setup pnpm"
605605
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
606606
- name: "Install dependencies"
607-
run: pnpm install
607+
run: pnpm install --frozen-lockfile
608608
- name: "Download project MDA file"
609609
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
610610
with:
@@ -716,7 +716,7 @@ jobs:
716716
- name: "Setup pnpm"
717717
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
718718
- name: "Install dependencies"
719-
run: pnpm install
719+
run: pnpm install --frozen-lockfile
720720
- name: "Download project MDA file"
721721
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
722722
with:
@@ -801,7 +801,7 @@ jobs:
801801
- name: "Setup pnpm"
802802
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
803803
- name: "Install dependencies"
804-
run: pnpm install
804+
run: pnpm install --frozen-lockfile
805805
- name: "Download project MDA file"
806806
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
807807
with:
@@ -913,7 +913,7 @@ jobs:
913913
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
914914

915915
- name: "Install dependencies"
916-
run: pnpm install
916+
run: pnpm install --frozen-lockfile
917917

918918
- name: "Compare Android screenshots"
919919
continue-on-error: true

0 commit comments

Comments
 (0)