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 f132378 commit ea384f7Copy full SHA for ea384f7
.github/workflows/ci.yml
@@ -9,19 +9,14 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- react: [18, 19]
+ react: [18]
13
fail-fast: false
14
steps:
15
- uses: actions/checkout@v4
16
- uses: actions/setup-node@v4
17
with:
18
node-version: 23
19
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
25
- name: Install dependencies
26
run: npm install
27
- name: Biome
@@ -37,7 +32,6 @@ jobs:
37
32
38
33
publish:
39
34
needs: test # Only run if tests pass
40
- if: github.ref == 'refs/heads/port-changes' && matrix.react == 18 # Only publish for React 18
41
35
42
36
43
0 commit comments