[DS-4144] Update node and npm versions for mirage 2 dependencies

This commit is contained in:
Kim Shepherd
2019-09-17 14:30:40 +12:00
parent 40a09f0311
commit 2cc105040a

View File

@@ -26,8 +26,8 @@
<!-- These versions should be kept in sync with ./.travis.yml -->
<sass.version>3.4.25</sass.version>
<compass.version>1.0.1</compass.version>
<node.version>6.5.0</node.version>
<npm.version>3.10.8</npm.version>
<node.version>8.10.0</node.version>
<npm.version>6.5.0</npm.version>
<!-- Override version of JRuby that gem-maven-plugin installs when "mirage2.deps.included=true" -->
<jruby.version>9.1.17.0</jruby.version>
</properties>