mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-25 15:21:02 +00:00
commit
0fec876f99
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
4.2.1
|
||||
6.14.1
|
2
services/contacts/Jenkinsfile
vendored
2
services/contacts/Jenkinsfile
vendored
|
@ -2,7 +2,7 @@ pipeline {
|
|||
|
||||
agent {
|
||||
docker {
|
||||
image 'node:4.2.1'
|
||||
image 'node:6.14.1'
|
||||
args "-v /var/lib/jenkins/.npm:/tmp/.npm"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue