Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Activate Yarn 4 via Corepack
run: |
corepack enable
corepack prepare yarn@4.10.3 --activate
corepack prepare yarn@4.12.0 --activate
yarn -v
env:
# Ensure we don't pick up any global Yarn 1.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright-visual-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Enable Corepack
run: |
corepack enable
corepack prepare yarn@4.10.3 --activate
corepack prepare yarn@4.12.0 --activate

- name: Install dependencies
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Enable Corepack
run: |
corepack enable
corepack prepare yarn@4.10.3 --activate
corepack prepare yarn@4.12.0 --activate
- name: Install Vercel CLI
run: npm install --global vercel@canary
- name: Pull Vercel Environment Information
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
with:
node-version: 22
- name: Enable Corepack
run: corepack enable
run: |
corepack enable
corepack prepare [email protected] --activate
- name: Install Vercel CLI
run: npm install --global vercel@canary
- name: Pull Vercel Environment Information
Expand Down
Loading