Upgrade to Node 8

This commit is contained in:
Shane Kilkelly 2018-04-23 13:55:36 +01:00
parent 7a9dcc81c2
commit 7bab021389
3 changed files with 1468 additions and 405 deletions

View file

@ -1 +1 @@
4.2
8.11.1

View file

@ -2,7 +2,7 @@ pipeline {
agent {
docker {
image 'node:4.2.1'
image 'node:8.11.1'
args "-v /var/lib/jenkins/.npm:/tmp/.npm"
}
}

File diff suppressed because it is too large Load diff