fix: try a different node image for release task

This commit is contained in:
Robert Prehn 2020-12-19 15:59:56 -06:00
parent ce55dd4dc0
commit 22fb4c8766

View file

@ -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}"