Skip to content

Commit 7cf0e30

Browse files
committed
Update workflow to expose these issues in CI
1 parent aa95d1b commit 7cf0e30

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github/workflows/integration-full.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: ./.github/workflows/shared-integration.yml
3232
with:
3333
os: "ubuntu-latest"
34-
node_version: "[20, 22]"
34+
node_version: "[20.18, 22]"
3535
browser: '["chromium", "firefox"]'
3636

3737
integration-windows:
@@ -49,5 +49,5 @@ jobs:
4949
uses: ./.github/workflows/shared-integration.yml
5050
with:
5151
os: "macos-latest"
52-
node_version: "[20, 22]"
52+
node_version: "[20.18, 22]"
5353
browser: '["webkit"]'

.github/workflows/integration-pr-windows-macos.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ concurrency:
1515
cancel-in-progress: true
1616

1717
jobs:
18+
integration-chromium-node-20:
19+
name: "👀 Integration Test"
20+
if: github.repository == 'remix-run/react-router'
21+
uses: ./.github/workflows/shared-integration.yml
22+
with:
23+
os: "ubuntu-latest"
24+
node_version: "[20.18]"
25+
browser: '["chromium"]'
26+
1827
integration-firefox:
1928
name: "👀 Integration Test"
2029
if: github.repository == 'remix-run/react-router'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
node:
29-
- 20
29+
- 20.18
3030
- 22
3131

3232
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)