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:
|
||||
stage: deploy_tags
|
||||
needs: ['test', 'build_image_for_commit']
|
||||
image: "node:15.0"
|
||||
image: "node:16"
|
||||
only:
|
||||
- master
|
||||
cache:
|
||||
|
|
Loading…
Reference in a new issue