From 89df515868f4c6989746d6c64aa963eb708dd6c5 Mon Sep 17 00:00:00 2001 From: Dany LE Date: Tue, 6 Jun 2023 22:01:23 +0200 Subject: [PATCH] fix(Jenkinsfile): use typescript 5.0 as typedoc 0.24 depends on it --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 91bc4f3..5707df0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ pipeline{ [ -d "$WORKSPACE/node_modules" ] && rm -rf "$WORKSPACE/node_modules" || true npm install terser npm install uglifycss - npm install typescript + npm install typescript@5.0 npm install @types/jquery npm i typedoc@0.24 npm i typedoc-plugin-merge-modules