Skip to content

Commit

Permalink
removed corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
shairez committed Feb 6, 2025
1 parent fcdc511 commit a8074ab
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ jobs:

- name: Install NPM Dependencies
run: |
corepack enable
# Ensure that the qwik binary gets made
mkdir -p packages/qwik/bindings/
pnpm install --frozen-lockfile
Expand Down Expand Up @@ -399,7 +398,7 @@ jobs:

- name: Install NPM Dependencies
if: needs.changes.outputs.build-others == 'true'
run: corepack pnpm install
run: pnpm install

- name: 'build: qwik-city & others'
if: needs.changes.outputs.build-others == 'true'
Expand Down Expand Up @@ -530,7 +529,7 @@ jobs:
cache: 'pnpm'
registry-url: https://registry.npmjs.org/

- run: corepack pnpm install --frozen-lockfile
- run: pnpm install --frozen-lockfile
- name: Build Qwik Insights
run: pnpm run build.packages.insights

Expand Down Expand Up @@ -583,7 +582,7 @@ jobs:
mv artifact-qwiklabs/vite packages/qwik-labs/vite
mv artifact-qwikreact/lib packages/qwik-react/lib
- run: corepack pnpm install --frozen-lockfile
- run: pnpm install --frozen-lockfile
- name: Build Qwik Docs
run: pnpm run build.packages.docs && echo ok > docs-build-completed.txt

Expand Down Expand Up @@ -626,7 +625,6 @@ jobs:
node-version: 20.x
cache: 'pnpm'
registry-url: https://registry.npmjs.org/
- run: corepack enable

- name: Download Build Artifacts
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -690,7 +688,6 @@ jobs:
node-version: 20.x
cache: 'pnpm'
registry-url: https://registry.npmjs.org/
- run: corepack enable

- name: Download Build Artifacts
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -747,7 +744,6 @@ jobs:
node-version: 20.x
cache: 'pnpm'
registry-url: https://registry.npmjs.org/
- run: corepack enable

- name: Download Build Artifacts
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -782,7 +778,6 @@ jobs:
node-version: 20.x
cache: 'pnpm'
registry-url: https://registry.npmjs.org/
- run: corepack enable

- run: pnpm install --frozen-lockfile

Expand Down Expand Up @@ -847,7 +842,6 @@ jobs:
node-version: 20.x
cache: 'pnpm'
registry-url: https://registry.npmjs.org/
- run: corepack enable

- name: Download Build Artifacts
uses: actions/download-artifact@v4
Expand Down

0 comments on commit a8074ab

Please sign in to comment.