update node to 20.17.0

This commit is contained in:
2024-09-29 08:45:56 +02:00
parent 9db020ceb0
commit 296d42e721

View File

@@ -16,8 +16,8 @@ ext {
version_spring = '3.3.4'
version_junit = '5.10.3'
version_junit_platform = '1.10.3'
version_nodejs = '18.18.0' // keep in sync with npm
version_npm = '9.8.1' // keep in sync with nodejs
version_nodejs = '20.17.0' // keep in sync with npm
version_npm = '10.8.2' // keep in sync with nodejs
lib_antlr = "org.antlr:antlr4:4.13.2"