FelixWaweru / elevenlabs-node

Eleven Labs text to speech package for NodeJS. You can use the official package at: https://www.npmjs.com/package/elevenlabs
https://www.npmjs.com/package/elevenlabs-node
MIT License
169 stars 25 forks source link

Add package publish Github action #4

Closed FelixWaweru closed 1 year ago

FelixWaweru commented 1 year ago

Create a Github workflow that builds, tests and publishes the package on NPM. Configure to make it run on test branch.

FelixWaweru commented 1 year ago

Github Actions for automated test and build added.