fix: try a different node image for release task
This commit is contained in:
parent
ce55dd4dc0
commit
22fb4c8766
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue