From b0aafc0dbf43186f6607be42d53cdd0ad9a97142 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 7 Nov 2023 10:52:50 +0100 Subject: [PATCH] OZG-4320 OZG-4536 Use NodeJS 18 for E2E at Jenkins --- goofy-client/.nvmrc | 2 +- goofy-client/apps/goofy-e2e/Jenkinsfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/goofy-client/.nvmrc b/goofy-client/.nvmrc index 5397c87fab..87ec8842b1 100644 --- a/goofy-client/.nvmrc +++ b/goofy-client/.nvmrc @@ -1 +1 @@ -16.18.1 +18.18.2 diff --git a/goofy-client/apps/goofy-e2e/Jenkinsfile b/goofy-client/apps/goofy-e2e/Jenkinsfile index 6cf3ad53c2..af39449c37 100644 --- a/goofy-client/apps/goofy-e2e/Jenkinsfile +++ b/goofy-client/apps/goofy-e2e/Jenkinsfile @@ -5,7 +5,7 @@ def SKIP_RUN = false pipeline { agent { node { - label 'jenkins-build-agent-nodejs-16' + label 'jenkins-build-agent-nodejs-18' } } -- GitLab