mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
use node 6.9.5
This commit is contained in:
parent
266fbd0e6d
commit
094f3b0168
1 changed files with 1 additions and 1 deletions
2
services/spelling/Jenkinsfile
vendored
2
services/spelling/Jenkinsfile
vendored
|
@ -2,7 +2,7 @@ pipeline {
|
||||||
|
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'node:4.2.1'
|
image 'node:6.9.5'
|
||||||
args "-v /var/lib/jenkins/.npm:/tmp/.npm"
|
args "-v /var/lib/jenkins/.npm:/tmp/.npm"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue