Skip to content

Commit

Permalink
Updated node version
Browse files Browse the repository at this point in the history
  • Loading branch information
martingrossmann committed Nov 5, 2024
1 parent b5d3c21 commit e9bffd5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions report-ng/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
*/

plugins {
id "com.github.node-gradle.node" version "3.0.0-rc6"
// id "com.github.node-gradle.node" version "3.0.0-rc6"
id "com.github.node-gradle.node" version "7.0.2"
}

// Deactivate JAR publishing
Expand All @@ -36,7 +37,8 @@ project.afterEvaluate {

node {
download = true
version = "16.4.0"
// version = "16.4.0"
version = "19.8.1"
useGradleProxySettings = true
}

Expand Down

0 comments on commit e9bffd5

Please sign in to comment.