Update Node.js version in Jenkinsfile

This commit is contained in:
2026-01-13 22:27:22 +00:00
committed by GitHub
parent 4a2d1dbb2d
commit 81f7fa7c81

3
Jenkinsfile vendored
View File

@@ -2,8 +2,7 @@ pipeline {
agent any
tools {
nodejs 'node20'
jdk 'jdk17'
nodejs 'node25'
}
options {