Update node and npm versions
This commit is contained in:
parent
56a23ab82a
commit
893764dcbe
@ -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"
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user