Skip to content

Commit ea384f7

Browse files
committed
remove react 18 things
1 parent f132378 commit ea384f7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,14 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
react: [18, 19]
12+
react: [18]
1313
fail-fast: false
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4
1717
with:
1818
node-version: 23
1919
check-latest: true
20-
- name: Set up React 19
21-
if: matrix.react == 19
22-
run: |
23-
node ./.github/workflows/patch-react19.js
24-
cat package.json
2520
- name: Install dependencies
2621
run: npm install
2722
- name: Biome
@@ -37,7 +32,6 @@ jobs:
3732

3833
publish:
3934
needs: test # Only run if tests pass
40-
if: github.ref == 'refs/heads/port-changes' && matrix.react == 18 # Only publish for React 18
4135
runs-on: ubuntu-latest
4236

4337
steps:

0 commit comments

Comments
 (0)