Skip to content

Commit

Permalink
chore: use nodejs 18 in jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vanya2h committed May 25, 2024
1 parent d3f749f commit c11abca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.library
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
def pipelineConfig = [
"JSpublicLibrary": "true",
"pkgRepoName": "npmjs-org",
"ignoreEngines": "true"
"baseImageTag": "18-bullseye-slim"
]

withCredentials([
Expand Down

0 comments on commit c11abca

Please sign in to comment.