Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

chore(*): bump Yarn in Jenkins init-node script #16365

Merged
merged 1 commit into from
Dec 7, 2017
Merged

Conversation

mgol
Copy link
Member

@mgol mgol commented Dec 7, 2017

Without it Jenkins builds are broken.

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

What is the current behavior? (You can also link to an open issue here)

What is the new behavior (if this is a feature change)?

Does this PR introduce a breaking change?

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Fix/Feature: Docs have been added/updated
  • Fix/Feature: Tests have been added; existing tests pass

Other information:

Without it Jenkins builds are broken.
@mgol mgol changed the title build(*): bump Yarn in Jenkins init-node script chore(*): bump Yarn in Jenkins init-node script Dec 7, 2017
@mgol mgol merged commit a61c5d3 into angular:master Dec 7, 2017
@mgol mgol deleted the jenkins branch December 7, 2017 19:27
mgol added a commit that referenced this pull request Dec 7, 2017
Without it Jenkins builds are broken.

Closes #16365
@@ -8,7 +8,7 @@ nvm install

# clean out and install yarn
rm -rf ~/.yarn
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 0.21.3
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3.2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should have such values in one place, so we don't have to update them in several files each time. E.g. have a scripts/env.sh and import it in all places where we need them.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can't cover all of them as we can't import anything in package.json. But Jenkins/Travis versions could be shared, yes.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants