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
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [20, 22, 24]
subset: [esbuild, webpack]
shard: [0, 1, 2, 3, 4, 5]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a
Expand Down Expand Up @@ -132,11 +131,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2025]
node: [22]
subset: [esbuild, webpack]
shard: [0, 1, 2, 3, 4, 5]
runs-on: ${{ matrix.os }}
runs-on: windows-2025
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a
Expand All @@ -160,11 +158,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [22]
subset: [yarn, pnpm, bun]
shard: [0, 1, 2]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a
Expand All @@ -185,11 +182,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [22]
subset: [esbuild, webpack]
shard: [0, 1, 2, 3, 4, 5]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [22]
subset: [esbuild, webpack]
shard: [0, 1, 2, 3, 4, 5]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a
Expand Down Expand Up @@ -178,11 +177,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [22]
subset: [yarn, pnpm, bun]
shard: [0, 1, 2]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a
Expand All @@ -201,11 +199,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [22]
subset: [esbuild, webpack]
shard: [0, 1, 2, 3, 4, 5]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a
Expand Down