Skip to content

Commit a2d5d16

Browse files
committed
Undo temp changes
1 parent aec67bb commit a2d5d16

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@ 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-
2718
integration-firefox:
2819
name: "👀 Integration Test"
2920
if: github.repository == 'remix-run/react-router'

packages/react-router-dev/cli/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ run().then(
1010
process.exit(1);
1111
},
1212
);
13-
14-
// Temp change to trigger CI

0 commit comments

Comments
 (0)