booster
booster copied to clipboard
chore: run unit tests on multiple node versions
Description
Fixes #1118 : updating GitHub workflow to run unit tests on multiple versions (14, 16, and 18) of nodejs
Changes
Added a matrix to Github actions for unit tests. This helps in running tests on multiple Nodejs versions.
Checks
- [ ] Project Builds
- [ ] Project passes tests and checks
- [ ] Updated documentation accordingly
Woah thanks for this! Let's see how well it fares against multiple versions 😅
👇 Click on the image for a new way to code review
-
Make big changes easier — review code in small groups of related files
-
Know where to start — see the whole change at a glance
-
Take a code tour — explore the change with an interactive tour
-
Make comments and review — all fully sync’ed with github
Legend

Hello @spnraju , we're currently moving a lot of stuff in the 1.0.0 branch, mainly switching build tools. This PR hasn't been merged because it'd make all PRs to fail to merge, and for now everything (at least) works in 16.
As soon as 1.0.0 gets merged, we'll take action on this PR and make sure it builds with all node versions. Thanks a lot!
This PR would need to be reworked as we've migrated to MS Rush since it was opened. I'll close it and let @NickSeagull decide the next steps, as he's currently reworking the CI/CD processes.