From f78b47e41f25c48fdf7b26b99c973402e69c46da Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sun, 6 Apr 2025 21:21:30 +0100 Subject: [PATCH] Updated node version --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 757fb30..3e844d8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { } tools { - nodejs 'Node16' // This should match the name of your NodeJS installation in Jenkins tools + nodejs 'Node23' // This should match the name of your NodeJS installation in Jenkins tools } stages {