Merge pull request #6 from sharelatex/sk-node-6

Change to Node 6
This commit is contained in:
Shane Kilkelly 2018-04-25 10:58:43 +01:00 committed by GitHub
commit 0fec876f99
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
4.2.1
6.14.1

View file

@ -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"
}
}