@@ -482,7 +482,7 @@ jobs:
482
482
- name : " Setup pnpm"
483
483
uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
484
484
- name : " Install dependencies"
485
- run : pnpm install
485
+ run : pnpm install --frozen-lockfile
486
486
- name : " Download project MDA file"
487
487
uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
488
488
with :
@@ -604,7 +604,7 @@ jobs:
604
604
- name : " Setup pnpm"
605
605
uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
606
606
- name : " Install dependencies"
607
- run : pnpm install
607
+ run : pnpm install --frozen-lockfile
608
608
- name : " Download project MDA file"
609
609
uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
610
610
with :
@@ -716,7 +716,7 @@ jobs:
716
716
- name : " Setup pnpm"
717
717
uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
718
718
- name : " Install dependencies"
719
- run : pnpm install
719
+ run : pnpm install --frozen-lockfile
720
720
- name : " Download project MDA file"
721
721
uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
722
722
with :
@@ -801,7 +801,7 @@ jobs:
801
801
- name : " Setup pnpm"
802
802
uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
803
803
- name : " Install dependencies"
804
- run : pnpm install
804
+ run : pnpm install --frozen-lockfile
805
805
- name : " Download project MDA file"
806
806
uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
807
807
with :
@@ -913,7 +913,7 @@ jobs:
913
913
uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
914
914
915
915
- name : " Install dependencies"
916
- run : pnpm install
916
+ run : pnpm install --frozen-lockfile
917
917
918
918
- name : " Compare Android screenshots"
919
919
continue-on-error : true
0 commit comments