Attempt to test tsx
Some checks failed
timw4mail/scroll/pipeline/head There was a failure building this commit

This commit is contained in:
Timothy Warren 2024-07-26 13:22:34 -04:00
parent 7aa71d4dae
commit ec3d9c3179

2
Jenkinsfile vendored
View File

@ -28,7 +28,7 @@ pipeline {
stage('tsx') {
agent {
docker {
image 'node:22-alpine'
image 'node:current'
args '-u root --privileged'
}
}