From ea384f78a58c839ce183500a331e4b6e30f2d511 Mon Sep 17 00:00:00 2001 From: matangubkin Date: Wed, 29 Jan 2025 17:53:27 +0200 Subject: [PATCH] remove react 18 things --- .github/workflows/ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0cf8e80c83..cf9335bf9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - react: [18, 19] + react: [18] fail-fast: false steps: - uses: actions/checkout@v4 @@ -17,11 +17,6 @@ jobs: 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 @@ -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: