From 22fb4c8766ff6a43851cb6fc0af3a63a0fe78130 Mon Sep 17 00:00:00 2001 From: Robert Prehn <3952444+prehnRA@users.noreply.github.com> Date: Sat, 19 Dec 2020 15:59:56 -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 f94491d8..61309376 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,7 @@ test: deploy: stage: deploy - image: "cimg/node:15.4" + image: "cimg/node:15.0" script: - npm install - echo "Attempting login to https://${CI_REGISTRY}"