Update to node 10, and move to package-lock.json

In this case, the npm-shrinkwrap file was using the old v0 format,
and npm needed to effectively re-write the entire file.
This commit is contained in:
Shane Kilkelly
2019-09-27 16:22:15 +01:00
parent 539ac92ab8
commit 67735bb2db
4 changed files with 2318 additions and 1678 deletions
+1 -3
View File
@@ -7,7 +7,7 @@ version: "2"
services:
test_unit:
image: node:6.14.1
image: node:10.16.3
volumes:
- .:/app
working_dir: /app
@@ -54,5 +54,3 @@ services:
mongo:
image: mongo:3.4