chore: Update config.yml (#42823)

* Update config.yml

* Update config.yml

* Update tsconfig.node.json

* Update tsconfig.node.json

* Apply suggestions from code review

* Update pr-stat.yml

* Update config.yml

* Apply suggestions from code review
This commit is contained in:
afc163 2023-06-05 13:03:43 +08:00 committed by GitHub
parent 7c23f844ce
commit 89d23faa3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -7,15 +7,15 @@ version: 2.1
jobs:
test-argos-ci:
docker:
- image: cimg/node:16.20.0-browsers
- image: cimg/node:16.20-browsers
steps:
- checkout
- run:
name: Install node_modules
command: npm i
command: yarn
- run:
name: Build dist file
command: npm run dist
command: npm run dist:esbuild
- run:
name: Run image screenshot tests
command: npm run test-image

View File

@ -6,6 +6,7 @@ on:
jobs:
stats:
continue-on-error: true
if: github.repository == 'ant-design/ant-design'
runs-on: ubuntu-latest
steps: