From bebc5f1be6e7e88f3d1cfc5dbedf964381a41151 Mon Sep 17 00:00:00 2001 From: Robert Prehn <3952444+prehnRA@users.noreply.github.com> Date: Fri, 18 Jun 2021 22:56:19 -0500 Subject: [PATCH] fix: Use newer npm which fixes --no-commit-tag option --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 40b94c74..9cb2cc0e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: