更新 Jenkinsfile

This commit is contained in:
panjunjie 2025-08-10 21:23:03 +08:00
parent d8168246fe
commit b386cf6835

2
Jenkinsfile vendored
View File

@ -2,7 +2,7 @@ pipeline {
agent any agent any
tools { tools {
nodejs 'NodeJS16' nodejs 'NodeJS22'
} }
stages { stages {