Go back to Node 4

This commit is contained in:
Shane Kilkelly 2018-04-24 16:17:44 +01:00
parent d0ebfd8d66
commit 4d9f9b42c4
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
8.11.1
4.2.1

View file

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