fix: Use newer npm which fixes --no-commit-tag option
This commit is contained in:
parent
0f65830c26
commit
bebc5f1be6
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue