Skip to content

Commit

Permalink
build(dashboard): upgrade to webpack5
Browse files Browse the repository at this point in the history
  • Loading branch information
square-li committed Jan 13, 2023
1 parent 7850a04 commit b1baab2
Show file tree
Hide file tree
Showing 4 changed files with 61,821 additions and 52,975 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 'lts/*'
# Node later than 18.13 switched spaces character
# in `toLocaleTimeString` and `toLocaleString`,
# which breaks our unit test.
# force to use node 16 until tests are updated or node revert the change.
node-version: '16.x'

- name: Install and Build
run: |
Expand Down
Loading

0 comments on commit b1baab2

Please sign in to comment.