Updated node version
Some checks failed
tombutcher.work/tombutcher-ui/pipeline/head There was a failure building this commit

This commit is contained in:
Tom Butcher 2025-04-06 21:21:30 +01:00
parent b80df9dcf3
commit f78b47e41f

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ pipeline {
} }
tools { 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 { stages {