Commit d7589aaf authored by Nik720's avatar Nik720
Browse files

Issue SB-28614 fix: upgraded node version for desktop app

Showing with 1 addition and 1 deletion
+1 -1
......@@ -18,7 +18,7 @@ node() {
stage('Build') {
sh """
cd src/desktop/
docker run -d --name offline_build -w /offline node:12-stretch sleep infinity
docker run -d --name offline_build -w /offline node:14.19.0-stretch sleep infinity
docker cp .. offline_build:/offline/
docker exec offline_build bash -x /offline/src/desktop/build.sh
docker cp offline_build:/offline/src/desktop/app_dist.tar.gz ../../
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment