@@ -49,7 +49,6 @@ node{
stage('Test') {
dir("${env.WORKSPACE}/angular-client") {
- sh'npm install phantomjs-prebuilt@2.1.13 --ignore-scripts'
sh 'npm i @angular-devkit/build-angular@0.901.15'
try {
@@ -64,6 +64,6 @@
"puppeteer": "^5.2.1",
"ts-node": "~8.3.0",
"tslint": "~3.9.0",
- "typescript": "~3.8.3"
+ "typescript": "~3.8.0"
}