node-mongodb-native icon indicating copy to clipboard operation
node-mongodb-native copied to clipboard

chore: add TS/types version matrix to CI

Open baileympearson opened this issue 1 year ago • 0 comments

Description

What is changing?

Working on the spike for explicit resource management, I realized we didn't have any sort of matrix coverage for TS version x Node types version, so I added one. The matrix here doesn't change existing compatibility, it just tests what we already supported.

Is there new documentation needed for these changes?

What is the motivation for this change?

Release Highlight

Fill in title or leave empty for no highlight

Double check the following

  • [ ] Ran npm run check:lint script
  • [ ] Self-review completed using the steps outlined here
  • [ ] PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • [ ] Changes are covered by tests
  • [ ] New TODOs have a related JIRA ticket

baileympearson avatar Jul 16 '24 16:07 baileympearson