Skip to content

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