We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 016764d commit 2a964d4Copy full SHA for 2a964d4
.mdeprc
@@ -1,5 +1,5 @@
1
{
2
- "node": "10.1.0",
+ "node": "10.5.0",
3
"repo": "microfleet",
4
"p": "html-to-pdf",
5
"nycCoverage": false,
__tests__/docker-compose.yml
@@ -26,7 +26,7 @@ services:
26
27
tester:
28
container_name: tester
29
- image: makeomatic/node:10.1.0-chrome-tester
+ image: makeomatic/node:10.5.0-chrome-tester
30
links:
31
- redis
32
- rabbitmq
0 commit comments