From 9221ed74d3b67056960b830922c8b4f34734b082 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Tue, 7 Nov 2023 09:11:58 +0100
Subject: [PATCH] OZG-4320 OZG-4536 Use NodeJS 18 for builds at Jenkins (again)

---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index b3c044e277..95affea776 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,7 +1,7 @@
 pipeline {
     agent {
         node {
-            label 'jenkins-build-agent-nodejs-16'
+            label 'jenkins-build-agent-nodejs-18'
         }
     }
 
-- 
GitLab