@@ -210,7 +210,6 @@ jobs:
210
210
211
211
- name : Install NPM Dependencies
212
212
run : |
213
- corepack enable
214
213
# Ensure that the qwik binary gets made
215
214
mkdir -p packages/qwik/bindings/
216
215
pnpm install --frozen-lockfile
@@ -399,7 +398,7 @@ jobs:
399
398
400
399
- name : Install NPM Dependencies
401
400
if : needs.changes.outputs.build-others == 'true'
402
- run : corepack pnpm install
401
+ run : pnpm install
403
402
404
403
- name : ' build: qwik-city & others'
405
404
if : needs.changes.outputs.build-others == 'true'
@@ -530,7 +529,7 @@ jobs:
530
529
cache : ' pnpm'
531
530
registry-url : https://registry.npmjs.org/
532
531
533
- - run : corepack pnpm install --frozen-lockfile
532
+ - run : pnpm install --frozen-lockfile
534
533
- name : Build Qwik Insights
535
534
run : pnpm run build.packages.insights
536
535
@@ -583,7 +582,7 @@ jobs:
583
582
mv artifact-qwiklabs/vite packages/qwik-labs/vite
584
583
mv artifact-qwikreact/lib packages/qwik-react/lib
585
584
586
- - run : corepack pnpm install --frozen-lockfile
585
+ - run : pnpm install --frozen-lockfile
587
586
- name : Build Qwik Docs
588
587
run : pnpm run build.packages.docs && echo ok > docs-build-completed.txt
589
588
@@ -626,7 +625,6 @@ jobs:
626
625
node-version : 20.x
627
626
cache : ' pnpm'
628
627
registry-url : https://registry.npmjs.org/
629
- - run : corepack enable
630
628
631
629
- name : Download Build Artifacts
632
630
uses : actions/download-artifact@v4
@@ -690,7 +688,6 @@ jobs:
690
688
node-version : 20.x
691
689
cache : ' pnpm'
692
690
registry-url : https://registry.npmjs.org/
693
- - run : corepack enable
694
691
695
692
- name : Download Build Artifacts
696
693
uses : actions/download-artifact@v4
@@ -747,7 +744,6 @@ jobs:
747
744
node-version : 20.x
748
745
cache : ' pnpm'
749
746
registry-url : https://registry.npmjs.org/
750
- - run : corepack enable
751
747
752
748
- name : Download Build Artifacts
753
749
uses : actions/download-artifact@v4
@@ -782,7 +778,6 @@ jobs:
782
778
node-version : 20.x
783
779
cache : ' pnpm'
784
780
registry-url : https://registry.npmjs.org/
785
- - run : corepack enable
786
781
787
782
- run : pnpm install --frozen-lockfile
788
783
@@ -847,7 +842,6 @@ jobs:
847
842
node-version : 20.x
848
843
cache : ' pnpm'
849
844
registry-url : https://registry.npmjs.org/
850
- - run : corepack enable
851
845
852
846
- name : Download Build Artifacts
853
847
uses : actions/download-artifact@v4
0 commit comments