-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Build: Update minimum engine versions for node and yarn #1329 #1340
Conversation
It looks like bazel install the old version of yarn (v1.3.2) https://circleci.com/gh/ngrx/platform/3531?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link . There is also versions specified here https://github.com/ngrx/platform/blob/master/projects/ngrx.io/tools/examples/shared/package.json . |
Try changing the
|
Hmmm seems like it's still broken, sadly I'm not a bazel expert 😅
|
It's the first time I see bazel in action. I checked the Angular repo and it run explicitly bazel v0.17 in the Dockerfile. So how can we upgrade it? |
Another cause could be that it's cached. I propose we wait on @brandonroberts 's input. |
You have to bump the |
Thank you @brandonroberts I made some more try but the discover of Bazel is a bit fuzzy. |
Hi @Jeykairis , could you allow maintainers to push to this branch? |
Hi @timdeschryver, sure it should be the case. |
I believe we're going to need some assistance here 😅 |
I haven't forgot about this one. I'll take a look soon. |
Wait until this lands in angular/angular before proceeding. It will provide some guidance on best practice for updating. angular/angular#26488 |
@Jeykairis this turned out to be a lot more changes. I included your changes in #1354. Thanks! |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
The version of engines are >=8.9.0 (<9.0.0) for node and >=1.3.2 <2.0.0 for yarn.
Issue Number: #1329
What is the new behavior?
The version of engines are >=10.9.0 <11.0.0 for node and >=1.9.2 <2.0.0 for yarn.
Does this PR introduce a breaking change?
Other information