mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-07 16:19:02 +02:00
use correct node version in jenkinsfile
This commit is contained in:
Vendored
+1
-1
@@ -2,7 +2,7 @@ pipeline {
|
||||
|
||||
agent {
|
||||
docker {
|
||||
image 'sharelatex/node:0.10.22'
|
||||
image 'node:6.11.2'
|
||||
args "-v /var/lib/jenkins/.npm:/tmp/.npm"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user