Skip to content

test: rm legacy react-dom/test-utils for compatible React-18.3.1 #16928

test: rm legacy react-dom/test-utils for compatible React-18.3.1

test: rm legacy react-dom/test-utils for compatible React-18.3.1 #16928

Workflow file for this run

name: 📦 Size Limit
on:
pull_request:
types: [opened, synchronize]
permissions:
issues: write
contents: read
jobs:
size:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: size-limit
uses: ant-design/size-limit-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
package_manager: yarn
build_script: dist
env:
NODE_OPTIONS: "--max_old_space_size=4096"
PRODUCTION_ONLY: 1
NO_DUP_CHECK: 1