Skip to content

Commit

Permalink
Upgrade node
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro committed Jan 24, 2022
1 parent 3a4c20f commit dfa98fe
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions orcid-web-frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<packaging>war</packaging>
<name>ORCID - Web frontend</name>
<description>A web application the serves the Angular frontend of the ORCID Registry</description>
<version>-prod-test-openjdk-11-v3</version>
<version>-int-0.0.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -39,14 +39,14 @@
<path>${artifactID}</path>
<update>true</update>
</configuration>
</plugin>
</plugin>
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<!-- Use the latest released version:https://repo1.maven.org/maven2/com/github/eirslett/frontend-maven-plugin/ -->
<version>1.8.0</version>
<configuration>
<nodeVersion>v10.16.0</nodeVersion>
<nodeVersion>v16.13.2</nodeVersion>
<yarnVersion>v1.19.1</yarnVersion>
<downloadRoot>https://nodejs.org/dist/</downloadRoot>
<workingDirectory>${nodejs.workingDirectory}</workingDirectory>
Expand Down

0 comments on commit dfa98fe

Please sign in to comment.