Skip to content

Commit

Permalink
build: update Node.js to 20.12.0 for ARM64 support (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
scroix authored May 4, 2024
1 parent 70aa84b commit e0e6500
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions nodel-webui-js/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,16 @@ dependencies {
}

node {
version = '12.19.0'
version = '20.12.0'
download = true

workDir = file("${project.buildDir}/nodejs")
nodeProjectDir = file("${project.projectDir}")
}

// ensures compatibility with older dependencies that are otherwise forced to be updated
npmInstall.args = ['--legacy-peer-deps']

class FileChecker {
def nodeModulesDir
def srcDir
Expand Down Expand Up @@ -154,4 +157,4 @@ tasks.named('processResources') {
dependencies {
implementation 'joda-time:joda-time:2.10.10'
implementation 'org.joda:joda-convert:2.2.1'
}
}

0 comments on commit e0e6500

Please sign in to comment.