[misc] upgrade node to version 10.18.1

This commit is contained in:
Jakob Ackermann
2020-01-27 12:24:45 +01:00
parent e0d3b3fe17
commit 732860a49e
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ version: "2.1"
services:
test_unit:
image: node:6.11.2
image: node:10.18.1
volumes:
- .:/app
working_dir: /app
@@ -18,7 +18,7 @@ services:
user: node
test_acceptance:
image: node:6.11.2
image: node:10.18.1
volumes:
- .:/app
working_dir: /app