fix: Use newer npm which fixes --no-commit-tag option

This commit is contained in:
Robert Prehn 2021-06-18 22:56:19 -05:00
parent 0f65830c26
commit bebc5f1be6

View file

@ -55,7 +55,7 @@ build_image_for_commit:
deploy_to_tags: deploy_to_tags:
stage: deploy_tags stage: deploy_tags
needs: ['test', 'build_image_for_commit'] needs: ['test', 'build_image_for_commit']
image: "node:15.0" image: "node:16"
only: only:
- master - master
cache: cache: