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

chore: switch ci to test matrix #3748

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

joberstein
Copy link
Contributor

Use a test matrix in the CI file.

Description

Switch to using a test matrix instead of separate build jobs. Also switch to using the setup-node action, which allows for pulling specific major/minor/patch versions of node.

Motivation and Context

Simplifies the CI configuration and allows for specific versions of node to run the pipeline.

Usage examples

N/A

How Has This Been Tested?

If the CI checks all pass (and there are 4 of them - node 18/20 + ubuntu/windows).

Types of changes

N/A

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • [ x ] All new and existing tests passed.

@escapedcat escapedcat merged commit f33be70 into conventional-changelog:master Nov 9, 2023
4 checks passed
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.

None yet

2 participants