eXist-db / node-exist

Interact with eXist DB instances via XML-RPC and REST
MIT License
16 stars 6 forks source link

Improve and adapt tests and npm scripts #304

Closed line-o closed 9 months ago

line-o commented 9 months ago

npm test checks:

npm run lint will check coding style and automatically fix any problem that can be auto-fixed

Mark exist-db v7.0.0-SNAPSHOT (latest image) as experimental as it obviously has an issue resulting in two test reproducibly failing.

Change test-matrix to only test on node versions 16, 18, 20 (dropping 14 which has reached EOL).

Add GitHub-actions to dependot configuration.

line-o commented 9 months ago

@duncdrum the failing two tests in the latest exist-db is an issue in exist-db itself. I did mark is as experimental as we did in other projects before.

line-o commented 9 months ago

Not testing on 14 is non-breaking as you can still install the package.

line-o commented 9 months ago

related issue https://github.com/eXist-db/exist/issues/5096

github-actions[bot] commented 9 months ago

:tada: This PR is included in version 5.5.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: