Cleaner GitHub Workflow
- the GitHub workflow now uses
npm ci
to install dependencies - the workflow uses names to differentiate different uses within a step
- version bump during the release, not needed to bump the version in the repo
npm ci
to install dependencies