Skip to content

Commit

Permalink
change node version for deploySubGraph
Browse files Browse the repository at this point in the history
  • Loading branch information
gfournieriExec committed Jul 10, 2024
1 parent 0b88f07 commit 2f5ca1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile_Subgraph_generic
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
def userInput

node {
docker.image('node:20-alpine').inside('--user root') {
docker.image('node:18-alpine').inside('--user root') {
stage('Setup') {
checkout scm
}
Expand Down

0 comments on commit 2f5ca1f

Please sign in to comment.