Upgrade to Node 8

This commit is contained in:
Shane Kilkelly
2018-04-16 13:52:28 +01:00
parent 08ebdb7f67
commit 0bff9d8c01
4 changed files with 5626 additions and 905 deletions
+1 -1
View File
@@ -1 +1 @@
4.2.1
8.11.1
+2 -2
View File
@@ -7,14 +7,14 @@ version: "2"
services:
test_unit:
image: node:4.2.1
image: node:8.11.1
volumes:
- .:/app
working_dir: /app
entrypoint: npm run test:unit:_run
test_acceptance:
image: node:4.2.1
image: node:8.11.1
volumes:
- .:/app
working_dir: /app
+2 -2
View File
@@ -7,14 +7,14 @@ version: "2"
services:
test_unit:
image: node:4.2.1
image: node:8.11.1
volumes:
- .:/app
working_dir: /app
entrypoint: npm run test:unit
test_acceptance:
image: node:4.2.1
image: node:8.11.1
volumes:
- .:/app
environment:
+5621 -900
View File
File diff suppressed because it is too large Load Diff