mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 19:27:12 +00:00
Go back to Node 4
This commit is contained in:
parent
d0ebfd8d66
commit
4d9f9b42c4
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
8.11.1
|
||||
4.2.1
|
2
services/contacts/Jenkinsfile
vendored
2
services/contacts/Jenkinsfile
vendored
|
@ -2,7 +2,7 @@ pipeline {
|
|||
|
||||
agent {
|
||||
docker {
|
||||
image 'node:8.11.1'
|
||||
image 'node:4.2.1'
|
||||
args "-v /var/lib/jenkins/.npm:/tmp/.npm"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue