File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1515 - name : Setup Node
1616 uses : actions/setup-node@v2
1717 with :
18- node-version : ' 16'
19- - run : npm install
20- - run : npm run build:prd
18+ node-version : ' 20'
19+
20+ - name : Build bundle.js
21+ working-directory : optuna_dashboard
22+ run : |
23+ npm install
24+ npm run build:prd
2125
2226 - name : Set up Python
2327 uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 1717 - name : Setup Node
1818 uses : actions/setup-node@v2
1919 with :
20- node-version : ' 16 '
20+ node-version : ' 20 '
2121
2222 - name : Build bundle.js
2323 working-directory : optuna_dashboard
Original file line number Diff line number Diff line change 1717from ._preference_setting import register_preference_feedback_component # noqa
1818
1919
20- __version__ = "0.15.0 "
20+ __version__ = "0.15.1 "
You can’t perform that action at this time.
0 commit comments