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: