fix: try a different node image for release task

This commit is contained in:
Robert Prehn 2020-12-19 15:19:40 -06:00
parent ca6e907d1d
commit ce55dd4dc0

View file

@ -33,7 +33,7 @@ test:
deploy: deploy:
stage: deploy stage: deploy
image: "circleci/node:15.2" image: "cimg/node:15.4"
script: script:
- npm install - npm install
- echo "Attempting login to https://${CI_REGISTRY}" - echo "Attempting login to https://${CI_REGISTRY}"