diff --git a/gradle.properties b/gradle.properties index 6838d3a2e1..f2d965cd74 100644 --- a/gradle.properties +++ b/gradle.properties @@ -65,8 +65,8 @@ versioningPluginVersion=1.1.0 # Versions of node and npm to use during the build. If set, these versions # will be downloaded and used. If not set, the existing local installations will be use # The version of npm corresponds to the given version of node -npmVersion=8.1.2 -nodeVersion=16.13.1 +npmVersion=8.19.3 +nodeVersion=16.19.0 nodeRepo=https://nodejs.org/dist # Directory in a project's build directory where the node binary will be placed nodeWorkDirectory=.node