Skip to content

Commit

Permalink
Updates NodeJS and plugin version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppanopticon committed Jul 15, 2024
1 parent 4209913 commit 9e4d2cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cottontaildb-ui-frontend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.openapitools.generator.gradle.plugin.tasks.GenerateTask

plugins {
id 'base'
id 'com.github.node-gradle.node' version '4.0.0'
id 'com.github.node-gradle.node' version '7.0.2'
}

configurations {
Expand All @@ -13,7 +13,7 @@ configurations {
}

node {
version = '18.19.0'
version = '20.15.1'
download = true
workDir.set(file("${project.projectDir}/.gradle/nodejs"))
nodeProjectDir.set(file("${project.projectDir}"))
Expand Down

0 comments on commit 9e4d2cd

Please sign in to comment.