Skip to content

Commit 9d70ed6

Browse files
author
Dave Syer
committed
Update node version in README
1 parent 7cf22bd commit 9d70ed6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Installing `npm` is fraught with issues, including but not limited to how to get
3030
<plugin>
3131
<groupId>com.github.eirslett</groupId>
3232
<artifactId>frontend-maven-plugin</artifactId>
33-
<version>1.6</version>
33+
<version>1.12.0</version>
3434
<configuration>
35-
<nodeVersion>v9.11.2</nodeVersion>
35+
<nodeVersion>v16.13.1</nodeVersion>
3636
</configuration>
3737
<executions>
3838
<execution>

0 commit comments

Comments
 (0)