Skip to content

Commit b19dd9f

Browse files
authored
Bump up node and npm versions (#1113)
Node 16.x appears to be latest version still supported in Ubuntu 18.04 so I used that. Latest npm 9.3.1 works. Tested building in both Ubuntu 18.04 and 20.04 using openjdk 8 and openjdk 11 respectively. Tested deploying to n2test atlas on 18.04.
1 parent 3ad2fdd commit b19dd9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nunaliit2-js/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@
9090
<goal>install-node-and-npm</goal>
9191
</goals>
9292
<configuration>
93-
<nodeVersion>v16.14.2</nodeVersion>
94-
<npmVersion>8.5.0</npmVersion>
93+
<nodeVersion>v16.19.0</nodeVersion>
94+
<npmVersion>9.3.1</npmVersion>
9595
<installDirectory>tools</installDirectory>
9696
</configuration>
9797
</execution>

0 commit comments

Comments
 (0)