Skip to content
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

Setup CircleCI project #10

Merged
merged 2 commits into from
Aug 21, 2020
Merged

Setup CircleCI project #10

merged 2 commits into from
Aug 21, 2020

Conversation

JoseLion
Copy link
Member

@JoseLion JoseLion commented Aug 21, 2020

Resolve #5

@JoseLion JoseLion self-assigned this Aug 21, 2020
This PR solves issue #5
- run:
name: Install Yarn
command: |
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.22.4

Choose a reason for hiding this comment

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

Would it be better if we always use the latest version?

Copy link
Member Author

Choose a reason for hiding this comment

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

If we do so, CI may fail unexpectedly because we have an engine constraint in the package.json (here).
That helps to avoid inconsistencies in the yarn.lock between team members, so maybe it's better to have a more deterministic version, what do you think? 🙂

PS: version 1.22.4 is the latest stable version of Classic Yarn 😁

@JoseLion JoseLion merged commit 18ddecc into master Aug 21, 2020
@JoseLion JoseLion deleted the add-continuous-integration branch August 21, 2020 17:39
@JoseLion
Copy link
Member Author

🎉 This PR is included in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

Add continuous integration (CI)
2 participants