Skip to content

Commit c5e2f6d

Browse files
committed
graphql client: uses latest node LTS
1 parent 6e0d4c9 commit c5e2f6d

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

modules/jooby-graphiql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</execution>
4343
</executions>
4444
<configuration>
45-
<nodeVersion>v12.13.1</nodeVersion>
45+
<nodeVersion>${node.version}</nodeVersion>
4646
</configuration>
4747
</plugin>
4848
<plugin>

modules/jooby-graphql-playground/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</execution>
4242
</executions>
4343
<configuration>
44-
<nodeVersion>v12.13.1</nodeVersion>
44+
<nodeVersion>${node.version}</nodeVersion>
4545
</configuration>
4646
</plugin>
4747
<plugin>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
149149
<maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version>
150150
<frontend-maven-plugin.version>1.10.0</frontend-maven-plugin.version>
151+
<node.version>v12.16.3</node.version>
151152

152153
<!-- Jooby -->
153154
<jooby.version>${project.version}</jooby.version>

0 commit comments

Comments
 (0)