@ -9,9 +9,6 @@ pipeline {
steps {
nodejs(nodeJSInstallationName: 'Node 6.x', configId: '<config-file-provider-id>') {
sh 'npm config ls'
sh 'npm install'
}