This commit is contained in:
Primakov Alexandr Alexandrovich
2025-02-20 13:31:58 +03:00
committed by ilnaz
parent b959fcf8db
commit e6e73e5289
3 changed files with 9 additions and 4 deletions

2
Jenkinsfile vendored
View File

@@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image 'node:20'
image 'node:22'
}
}