Skip to content

Commit a8074ab

Browse files
committed
removed corepack
1 parent fcdc511 commit a8074ab

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ jobs:
210210

211211
- name: Install NPM Dependencies
212212
run: |
213-
corepack enable
214213
# Ensure that the qwik binary gets made
215214
mkdir -p packages/qwik/bindings/
216215
pnpm install --frozen-lockfile
@@ -399,7 +398,7 @@ jobs:
399398

400399
- name: Install NPM Dependencies
401400
if: needs.changes.outputs.build-others == 'true'
402-
run: corepack pnpm install
401+
run: pnpm install
403402

404403
- name: 'build: qwik-city & others'
405404
if: needs.changes.outputs.build-others == 'true'
@@ -530,7 +529,7 @@ jobs:
530529
cache: 'pnpm'
531530
registry-url: https://registry.npmjs.org/
532531

533-
- run: corepack pnpm install --frozen-lockfile
532+
- run: pnpm install --frozen-lockfile
534533
- name: Build Qwik Insights
535534
run: pnpm run build.packages.insights
536535

@@ -583,7 +582,7 @@ jobs:
583582
mv artifact-qwiklabs/vite packages/qwik-labs/vite
584583
mv artifact-qwikreact/lib packages/qwik-react/lib
585584
586-
- run: corepack pnpm install --frozen-lockfile
585+
- run: pnpm install --frozen-lockfile
587586
- name: Build Qwik Docs
588587
run: pnpm run build.packages.docs && echo ok > docs-build-completed.txt
589588

@@ -626,7 +625,6 @@ jobs:
626625
node-version: 20.x
627626
cache: 'pnpm'
628627
registry-url: https://registry.npmjs.org/
629-
- run: corepack enable
630628

631629
- name: Download Build Artifacts
632630
uses: actions/download-artifact@v4
@@ -690,7 +688,6 @@ jobs:
690688
node-version: 20.x
691689
cache: 'pnpm'
692690
registry-url: https://registry.npmjs.org/
693-
- run: corepack enable
694691

695692
- name: Download Build Artifacts
696693
uses: actions/download-artifact@v4
@@ -747,7 +744,6 @@ jobs:
747744
node-version: 20.x
748745
cache: 'pnpm'
749746
registry-url: https://registry.npmjs.org/
750-
- run: corepack enable
751747

752748
- name: Download Build Artifacts
753749
uses: actions/download-artifact@v4
@@ -782,7 +778,6 @@ jobs:
782778
node-version: 20.x
783779
cache: 'pnpm'
784780
registry-url: https://registry.npmjs.org/
785-
- run: corepack enable
786781

787782
- run: pnpm install --frozen-lockfile
788783

@@ -847,7 +842,6 @@ jobs:
847842
node-version: 20.x
848843
cache: 'pnpm'
849844
registry-url: https://registry.npmjs.org/
850-
- run: corepack enable
851845

852846
- name: Download Build Artifacts
853847
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)