Skip to content

Commit

Permalink
Bump node-gradle plugin to version 3.5.1 and node.js to 18.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aecio committed Feb 24, 2023
1 parent 187b638 commit 99b4634
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- Bump kryo-serializers from 0.42 to 0.43
- Bump RoaringBitmap from 0.9.27 to 0.9.39
- Bump tika-parsers from 1.18 to 1.28.4
- Bump gradle-node-plugin to version 3.5.1 and node.js to 18.14.2


## Version 0.14.0 (2022-02-06)
Expand Down
6 changes: 3 additions & 3 deletions ache-dashboard/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
plugins {
id "com.github.node-gradle.node" version "3.3.0"
id "com.github.node-gradle.node" version "3.5.1"
}

node {
// Enable automatic download and install local copy of Node/NPM
download = true
// Version of Node.js to use.
version = "16.15.0"
version = "18.14.2"
// Version of npm to use.
npmVersion = '8.10.0'
npmVersion = '9.5.0'
}

task build(type: NpmTask, dependsOn: [npmInstall]) {
Expand Down

0 comments on commit 99b4634

Please sign in to comment.