Skip to content

Commit

Permalink
fix(*): general npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
camilo1006 committed Jun 27, 2024
1 parent f33ef6d commit 19f0f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ libraries {
}

nodejs {
build_image = 'node:16.13.0-alpine'
build_image = 'node:16.14.0-alpine'

build {
commands = 'npm ci,npm run build:lib:prod'
Expand Down

0 comments on commit 19f0f62

Please sign in to comment.