Update node and npm versions
This commit is contained in:
parent
56a23ab82a
commit
893764dcbe
@ -6,7 +6,7 @@
|
||||
"ng": "ng",
|
||||
"start": "ng serve --host 0.0.0.0 --open",
|
||||
"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",
|
||||
"lint": "ng lint",
|
||||
"e2e": "ng e2e"
|
||||
|
||||
@ -57,8 +57,8 @@
|
||||
<goal>install-node-and-npm</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<nodeVersion>v10.16.0</nodeVersion>
|
||||
<npmVersion>6.9.0</npmVersion>
|
||||
<nodeVersion>v12.16.1</nodeVersion>
|
||||
<npmVersion>6.13.4</npmVersion>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user