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

docs(ci): add GitHub Actions section #3558

Merged
merged 2 commits into from
Mar 6, 2023

Conversation

knocte
Copy link
Contributor

@knocte knocte commented Mar 6, 2023

No description provided.

steps:
- uses: actions/checkout@v2
- name: Install required dependencies
run: |
Copy link
Member

Choose a reason for hiding this comment

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

Can this be switched to use the node action?

Something liek this?

    - uses: actions/setup-node@v3
        with:
          node-version: "14"
          cache: "yarn"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sure, I can change it if you want, but:

  • I'm not a fan of that. Reason is that I like CI steps to be copy-pastable by the devs in case they want to try to replicate in their local machines what CI is doing; and that setup-node thing would be a black box
  • I wouldn't have tested it, but the YML I have added comes from a repo of mine which is tested

Copy link
Member

Choose a reason for hiding this comment

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

Hm, fair enough. Let's go with this then. Thanks for your feedback.

@escapedcat escapedcat mentioned this pull request Mar 6, 2023
@escapedcat escapedcat merged commit acb4aff into conventional-changelog:master Mar 6, 2023
@escapedcat

This comment was marked as off-topic.

@knocte

This comment was marked as off-topic.

@escapedcat

This comment was marked as off-topic.

@knocte knocte mentioned this pull request Feb 2, 2024
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants