mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
change to node6
This commit is contained in:
parent
7bab021389
commit
d79d255c7c
3 changed files with 395 additions and 1458 deletions
|
@ -1 +1 @@
|
|||
8.11.1
|
||||
6.14.1
|
||||
|
|
2
services/notifications/Jenkinsfile
vendored
2
services/notifications/Jenkinsfile
vendored
|
@ -2,7 +2,7 @@ pipeline {
|
|||
|
||||
agent {
|
||||
docker {
|
||||
image 'node:8.11.1'
|
||||
image 'node:6.14.1'
|
||||
args "-v /var/lib/jenkins/.npm:/tmp/.npm"
|
||||
}
|
||||
}
|
||||
|
|
1849
services/notifications/npm-shrinkwrap.json
generated
1849
services/notifications/npm-shrinkwrap.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue