Update Node.js to v24.8.0 (#11054)

This commit is contained in:
Kris Stern 2025-09-18 07:51:27 +08:00 committed by GitHub
commit 5ad08302cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ THE SOFTWARE.
<ban-junit4-imports.skip>false</ban-junit4-imports.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.13.1</winstone.version>
<node.version>24.7.0</node.version>
<node.version>24.8.0</node.version>
</properties>
<!--