Skip to content

Commit

Permalink
Upgrade node to latest LTS 14.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drumonii committed Jan 2, 2022
1 parent 1bec176 commit f66cdff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ See https://github.com/drumonii/LeagueTrollBuild/tree/master/frontend[README] in

== Development Prerequisites
* Java 11 JDK
* Node 12 or later
* Node 14 or later

== Building
To build the project as a `jar` that includes the built Angular frontend bundle as a static resource
Expand Down
2 changes: 1 addition & 1 deletion frontend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
description = 'frontend'

node {
version = '12.13.0'
version = '14.18.0'
download = true
workDir = file("${project.projectDir}/node")
nodeModulesDir = file("${project.projectDir}")
Expand Down

0 comments on commit f66cdff

Please sign in to comment.