Skip to content

Commit

Permalink
(#238) Upgrade ReactJs 19
Browse files Browse the repository at this point in the history
  • Loading branch information
phongnguyend authored Jan 4, 2025
1 parent aca647a commit 642c369
Show file tree
Hide file tree
Showing 33 changed files with 2,700 additions and 5,322 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ui-reactjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "18"
- run: npm install
node-version: "22"
- run: npm install --legacy-peer-deps
working-directory: ./src/UIs/reactjs/
- run: CI=false npm run build # Treating warnings as errors because process.env.CI = true.
working-directory: ./src/UIs/reactjs/
Expand Down
Loading

0 comments on commit 642c369

Please sign in to comment.