-
Notifications
You must be signed in to change notification settings - Fork 444
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Npm to Yarn #647
Update Npm to Yarn #647
Conversation
@@ -11,7 +11,7 @@ spec: | |||
spec: | |||
containers: | |||
- name: postgres | |||
image: postgres:11.1 | |||
image: postgres:12 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I remember this k8s plugin is not used anymore?
Can you confirm?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you fix the dependency conflict raised by CICD?
This Docker Compose needs to be updated: https://github.com/hyperledger/cello/blob/main/tests/dashboard/docker-compose.yml
Also you can signoff the commit message in next commit to pass DCO check, reference: https://github.com/hyperledger/cello/wiki/Contribution-Process#contribute-code
Upgrade to latest dependency |
Update Npm to Yarn