From 355e4f32874c6628a58b1210309d36f86ce3abe4 Mon Sep 17 00:00:00 2001 From: Jared Date: Wed, 25 Jun 2025 10:13:21 +0200 Subject: [PATCH] fixed node agent --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index efea01a..c915ea0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ pipeline { - agent { label 'NodeJS-24.2.0' } + agent { label 'master' } stages { stage('Install Dependencies') {