This adds a GitHub actions pipeline to build the library and run the tests against Node 16, 18 and 20 (the previous LTS, the current LTS and the current release).
It uses the existing scripts for the build and test:
build: npm run build,
test: npm run coverage
A limitation of this change is that running the tests through the existing script npm run coverage succeeds without reporting the run of any test.
Thank you @Leonidas-from-XIV for you work.
This adds a GitHub actions pipeline to build the library and run the tests against Node 16, 18 and 20 (the previous LTS, the current LTS and the current release).
It uses the existing scripts for the build and test:
npm run build
,npm run coverage
A limitation of this change is that running the tests through the existing script
npm run coverage
succeeds without reporting the run of any test.