Skip to content

Commit

Permalink
jenkins: updating the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dtg-lucifer committed Sep 14, 2024
1 parent 21a50f8 commit d272f13
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
pipeline {
agent {
docker { image 'node:alpine' }
}
docker {
image 'node:20-alpine'
}
}

environment {
CI = 'true'
NODE_VERSION = '16'
}

parameters {
Expand Down

0 comments on commit d272f13

Please sign in to comment.