Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gha): tests workflow did not work with Node.js v14
- Fixes the issue that the unit testing workflow did not work with Node.js v14 because some of our `devDependencies` required Node.js v16 or higher. Simply drops "14.x" from the build matrix.