fix(core): update necessary node viewer in gradle build (#10624)

This commit is contained in:
Barthélémy Ledoux
2025-08-07 13:38:29 +02:00
committed by GitHub
parent bab4eef790
commit 2c34804ce2

View File

@@ -4,7 +4,7 @@ plugins {
node { node {
download = true download = true
version = '22.11.0' version = '22.12.0'
} }
tasks.register('assembleFrontend', NpmTask) { tasks.register('assembleFrontend', NpmTask) {