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