-
Notifications
You must be signed in to change notification settings - Fork 55
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
Fix Node.js and Yarn installation in CI #295
Fix Node.js and Yarn installation in CI #295
Conversation
Signed-off-by: Miki <miki@amazon.com>
- run: node -v | ||
- run: yarn -v |
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.
@AMoo-Miki are these debug lines, if so can they be removed? I am approving the PR as is. It needs to be backported to major branches, thanks for the changes!
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.
Not strictly debug; I put them in all the repos as a way to monitor the version that was used since OSD asks for a range and the CI makes best effort to fulfill those requirements.
Signed-off-by: Miki <miki@amazon.com> (cherry picked from commit 3340703)
Signed-off-by: Miki <miki@amazon.com> (cherry picked from commit 3340703)
…nsearch-project#297) Signed-off-by: Miki <miki@amazon.com> (cherry picked from commit 3340703) Co-authored-by: Miki <amoo_miki@yahoo.com>
…nsearch-project#297) Signed-off-by: Miki <miki@amazon.com> (cherry picked from commit 3340703) Co-authored-by: Miki <amoo_miki@yahoo.com> (cherry picked from commit 87640b7)
Description
The GitHub workflow uses the
engines
from OSD incorrectly. This change fixes that.Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.