Skip to content

Commit

Permalink
remove react 18 things
Browse files Browse the repository at this point in the history
  • Loading branch information
Matangub committed Jan 29, 2025
1 parent f132378 commit ea384f7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
react: [18, 19]
react: [18]
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 23
check-latest: true
- name: Set up React 19
if: matrix.react == 19
run: |
node ./.github/workflows/patch-react19.js
cat package.json
- name: Install dependencies
run: npm install
- name: Biome
Expand All @@ -37,7 +32,6 @@ jobs:

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

steps:
Expand Down

0 comments on commit ea384f7

Please sign in to comment.