File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments