Update node and npm versions

This commit is contained in:
Igor Kulikov 2020-03-23 13:24:07 +02:00
parent 56a23ab82a
commit 893764dcbe
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
"ng": "ng", "ng": "ng",
"start": "ng serve --host 0.0.0.0 --open", "start": "ng serve --host 0.0.0.0 --open",
"build": "ng build", "build": "ng build",
"build:prod": "node --max_old_space_size=8048 ./node_modules/@angular/cli/bin/ng build --prod --vendor-chunk", "build:prod": "ng build --prod --vendor-chunk",
"test": "ng test", "test": "ng test",
"lint": "ng lint", "lint": "ng lint",
"e2e": "ng e2e" "e2e": "ng e2e"

View File

@ -57,8 +57,8 @@
<goal>install-node-and-npm</goal> <goal>install-node-and-npm</goal>
</goals> </goals>
<configuration> <configuration>
<nodeVersion>v10.16.0</nodeVersion> <nodeVersion>v12.16.1</nodeVersion>
<npmVersion>6.9.0</npmVersion> <npmVersion>6.13.4</npmVersion>
</configuration> </configuration>
</execution> </execution>
<execution> <execution>