Fixed compatable node version

This commit is contained in:
Tom Butcher 2025-06-01 20:55:13 +01:00
parent 0ec9ee4a04
commit 7fb90583fd

2
Jenkinsfile vendored
View File

@ -8,7 +8,7 @@ pipeline {
stages {
stage('Setup Node.js') {
steps {
nodejs(nodeJSInstallationName: 'NodeJS 20') {
nodejs(nodeJSInstallationName: 'Node23') {
sh 'node -v'
}
}