Update node from 22.x to 24.x (#10956)

Signed-off-by: Alexander Brandes <mc.cache@web.de>
This commit is contained in:
Alexander Brandes 2025-08-13 05:46:10 +02:00 committed by GitHub
parent c3d6bcd7c1
commit ba7766c28e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ THE SOFTWARE.
<spotless.check.skip>false</spotless.check.skip>
<!-- Make sure to keep the jetty-ee9-maven-plugin version in war/pom.xml in sync with the Jetty release in Winstone: -->
<winstone.version>8.12</winstone.version>
<node.version>22.18.0</node.version>
<node.version>24.5.0</node.version>
</properties>
<!--