Skip to content

docs: ✏️ 添加"rc-input"配置,解决antd版本升级问题 (#1242) #799

docs: ✏️ 添加"rc-input"配置,解决antd版本升级问题 (#1242)

docs: ✏️ 添加"rc-input"配置,解决antd版本升级问题 (#1242) #799

Workflow file for this run

name: Test
on:
push:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
- name: ci
run: |
npm i [email protected] -g
pnpm install
pnpm run test