Skip to content

Commit d1722d1

Browse files
committed
set useable antd version
1 parent a92319e commit d1722d1

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test-build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: '20'
19+
node-version: '18'
2020
- name: Install npm packages and build UI
2121
working-directory: ./ui
2222
run: |
2323
npm install
2424
# Using 'CI=false' prevents build errors due to warnings.
2525
# It bypasses the 'process.env.CI = true' setting in CI environments
2626
# that treats warnings as errors, ensuring a successful build.
27-
ls node_modules/*/package.json | xargs -I {} bash -c 'echo $(basename $(dirname {})) $(jq -r .version {})'
2827
CI=false npm run build
2928
touch build/.gitkeep

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@uiw/codemirror-themes-all": "^4.23.6",
2929
"@uiw/react-codemirror": "^4.23.6",
3030
"ansi_up": "^5.2.1",
31-
"antd": "^5.22.4",
31+
"antd": "~5.24.0",
3232
"axios": "^1.3.5",
3333
"bignumber.js": "^9.1.2",
3434
"bizcharts": "^4.1.22",

0 commit comments

Comments
 (0)