Update release actions

This commit is contained in:
c-bata
2024-03-29 15:23:27 +09:00
parent 59ca650f4f
commit 4edc707cd8
2 changed files with 8 additions and 4 deletions
+7 -3
View File
@@ -15,9 +15,13 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '16'
- run: npm install
- run: npm run build:prd
node-version: '20'
- name: Build bundle.js
working-directory: optuna_dashboard
run: |
npm install
npm run build:prd
- name: Set up Python
uses: actions/setup-python@v4