mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Upgrade to Node 8
This commit is contained in:
parent
08ebdb7f67
commit
0bff9d8c01
4 changed files with 5626 additions and 905 deletions
|
@ -1 +1 @@
|
|||
4.2.1
|
||||
8.11.1
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
6521
services/chat/npm-shrinkwrap.json
generated
6521
services/chat/npm-shrinkwrap.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue