File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 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 :
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"]'
Original file line number Diff line number Diff line change @@ -15,6 +15,15 @@ concurrency:
1515 cancel-in-progress : true
1616
1717jobs :
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'
Original file line number Diff line number Diff line change 2626 fail-fast : false
2727 matrix :
2828 node :
29- - 20
29+ - 20.18
3030 - 22
3131
3232 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments