From ce55dd4dc05d15dd430ac86888427fdb14518ebc Mon Sep 17 00:00:00 2001 From: Robert Prehn <3952444+prehnRA@users.noreply.github.com> Date: Sat, 19 Dec 2020 15:19:40 -0600 Subject: [PATCH] fix: try a different node image for release task --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index daf950dc..f94491d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,7 @@ test: deploy: stage: deploy - image: "circleci/node:15.2" + image: "cimg/node:15.4" script: - npm install - echo "Attempting login to https://${CI_REGISTRY}"