fix test script

This commit is contained in:
2023-08-01 13:15:12 +03:00
parent 321dc4c3c5
commit 4872d552bc
3 changed files with 3 additions and 3 deletions

2
Jenkinsfile vendored
View File

@@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image 'node:16'
image 'node:18'
}
}