sharkio-dev / sharkio

Sharkio is an API proxy for your development environments. It records all the requests that are sent to your API. It allows you to replay the requests easily. Generate types, documentation, test suites, And interact with your API using AI.
https://sharkio.dev/
MIT License
5 stars 1 forks source link

Workflow npmci fix #154

Closed senderh55 closed 1 year ago

senderh55 commented 1 year ago

A problem with the npm ci command with Node older versions in the workflow is fixed.

Dependencies are now properly installed, but there is a problem with one of the Test Suites, regardless of the Github actions workflow.

idodav commented 1 year ago

Merged. Thank you!