Skip to content

Commit

Permalink
Upgrade node-version on typescript-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
porink0424 committed Jun 12, 2024
1 parent 956bf22 commit d182b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typescript-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '20'
- name: Build bundle.js
working-directory: optuna_dashboard
run: |
Expand Down

0 comments on commit d182b46

Please sign in to comment.