Skip to content

Commit

Permalink
Merge pull request #4597 from NCI-Agency/update-nodejs
Browse files Browse the repository at this point in the history
Update to Node.js v20 LTS
  • Loading branch information
gjvoosten authored Dec 13, 2023
2 parents 636224e + d1a90f5 commit 4fb0ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ allprojects {

node {
nodeProjectDir = file("${project.projectDir}/client")
version = '18.14.0'
version = '20.10.0'
yarnVersion = '1.22.19'
download = true
}
Expand Down

0 comments on commit 4fb0ed9

Please sign in to comment.