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
4 changes: 2 additions & 2 deletions .github/workflows/coverage-nightly.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -28,8 +28,8 @@ jobs:
with:
node-version: '22'

- name: Enable Corepack
run: corepack enable
- name: Setup pnpm
uses: ./.github/actions/setup-pnpm

- name: Get pnpm store directory
shell: bash
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/cut-rc.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -339,11 +339,8 @@ jobs:
# hotcrm@v1.2.0, whose manifest pins engines.node >=22.
node-version: '22'

- name: Enable Corepack
run: corepack enable

- name: Verify pnpm version
run: pnpm --version
- name: Setup pnpm
uses: ./.github/actions/setup-pnpm

- name: Get pnpm store directory
shell: bash
Expand Down
32 changes: 10 additions & 22 deletions .github/workflows/lint.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -56,8 +56,8 @@ jobs:
with:
node-version: '22'

- name: Enable Corepack
run: corepack enable
- name: Setup pnpm
uses: ./.github/actions/setup-pnpm

- name: Get pnpm store directory
shell: bash
Expand DownExpand Up@@ -2496,11 +2496,8 @@ jobs:
with:
node-version: '22'

- name: Enable Corepack
run: corepack enable

- name: Verify pnpm version
run: pnpm --version
- name: Setup pnpm
uses: ./.github/actions/setup-pnpm

- name: Get pnpm store directory
shell: bash
Expand DownExpand Up@@ -3072,11 +3069,8 @@ jobs:
with:
node-version: '22'

- name: Enable Corepack
run: corepack enable

- name: Verify pnpm version
run: pnpm --version
- name: Setup pnpm
uses: ./.github/actions/setup-pnpm

- name: Get pnpm store directory
shell: bash
Expand DownExpand Up@@ -3249,11 +3243,8 @@ jobs:
with:
node-version: '22'

- name: Enable Corepack
run: corepack enable

- name: Verify pnpm version
run: pnpm --version
- name: Setup pnpm
uses: ./.github/actions/setup-pnpm

- name: Get pnpm store directory
shell: bash
Expand DownExpand Up@@ -3443,11 +3434,8 @@ jobs:
with:
node-version: '22'

- name: Enable Corepack
run: corepack enable

- name: Verify pnpm version
run: pnpm --version
- name: Setup pnpm
uses: ./.github/actions/setup-pnpm

- name: Get pnpm store directory
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-automation.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -423,11 +423,11 @@ jobs:
with:
node-version: '22'

- name: Enable Corepack
- name: Setup pnpm
if: >-
steps.labels.outputs.skip != 'true'
&& steps.diffbase.outputs.base_error == ''
run: corepack enable
uses: ./.github/actions/setup-pnpm

- name: Install dependencies
if: >-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-smoke.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -191,8 +191,8 @@ jobs:
with:
node-version: '22'

- name: Enable Corepack
run: corepack enable
- name: Setup pnpm
uses: ./.github/actions/setup-pnpm

- name: Get pnpm store directory
shell: bash
Expand Down
18 changes: 6 additions & 12 deletions .github/workflows/release.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -274,11 +274,8 @@ jobs:
with:
node-version: '22'

- name: Enable Corepack
run: corepack enable

- name: Verify pnpm version
run: pnpm --version
- name: Setup pnpm
uses: ./.github/actions/setup-pnpm

- name: Get pnpm store directory
shell: bash
Expand DownExpand Up@@ -507,9 +504,9 @@ jobs:

# Everything below is skipped on the overwhelmingly common path (nothing to
# repair), which is why the install is here rather than at the top of the job.
- name: Enable Corepack
- name: Setup pnpm
if: steps.audit.outputs.releases-missing == 'true'
run: corepack enable
uses: ./.github/actions/setup-pnpm

- name: Install dependencies
if: steps.audit.outputs.releases-missing == 'true'
Expand DownExpand Up@@ -670,11 +667,8 @@ jobs:
echo " see the run's deployment history for the reviewer and timestamp"
} >> "$GITHUB_STEP_SUMMARY"

- name: Enable Corepack
run: corepack enable

- name: Verify pnpm version
run: pnpm --version
- name: Setup pnpm
uses: ./.github/actions/setup-pnpm

- name: Get pnpm store directory
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rerun-safety-nightly.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -54,8 +54,8 @@ jobs:
with:
node-version: '22'

- name: Enable Corepack
run: corepack enable
- name: Setup pnpm
uses: ./.github/actions/setup-pnpm

- name: Get pnpm store directory
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scaffold-e2e.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -52,8 +52,8 @@ jobs:
with:
node-version: '22'

- name: Enable Corepack
run: corepack enable
- name: Setup pnpm
uses: ./.github/actions/setup-pnpm

- name: Get pnpm store directory
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/spec-liveness-check.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -45,8 +45,8 @@ jobs:
with:
node-version: '22'

- name: Enable Corepack
run: corepack enable
- name: Setup pnpm
uses: ./.github/actions/setup-pnpm

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/validate-deps.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -39,11 +39,8 @@ jobs:
with:
node-version: '22'

- name: Enable Corepack
run: corepack enable

- name: Verify pnpm version
run: pnpm --version
- name: Setup pnpm
uses: ./.github/actions/setup-pnpm

- name: Get pnpm store directory
shell: bash
Expand Down
Loading