Skip to content

Commit

Permalink
feat(ui): update node to the latest lts version (#1251)
Browse files Browse the repository at this point in the history
* Update node to the latest LTS version
* Replace node-sass with sass
* Also use the correct version of react-test-renderer.
* Update react scripts so we don't use insecure hashing functions
* Do not check eslint for production build

See #1243 for more information.
  • Loading branch information
lucapette authored and tchiotludo committed Apr 4, 2023
1 parent 8a03383 commit 1c11ac1
Show file tree
Hide file tree
Showing 3 changed files with 36,296 additions and 12,535 deletions.
2 changes: 1 addition & 1 deletion client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
}

frontend {
nodeVersion = '14.8.0'
nodeVersion = '18.12.1'
assembleScript = 'run build'
}

Expand Down
Loading

0 comments on commit 1c11ac1

Please sign in to comment.