We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec67bb commit a2d5d16Copy full SHA for a2d5d16
.github/workflows/integration-pr-windows-macos.yml
@@ -15,15 +15,6 @@ concurrency:
15
cancel-in-progress: true
16
17
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
-
27
integration-firefox:
28
name: "👀 Integration Test"
29
if: github.repository == 'remix-run/react-router'
packages/react-router-dev/cli/index.ts
@@ -10,5 +10,3 @@ run().then(
10
process.exit(1);
11
},
12
);
13
14
-// Temp change to trigger CI
0 commit comments