irensaltali / serverlessapigateway

Serverless API Gateway
https://serverlessapigateway.com/
Other
62 stars 10 forks source link

fix: Add jose dependency to package.json #34

Closed irensaltali closed 9 months ago

irensaltali commented 9 months ago

Missing dependencies fails deployment at GitHub Actions.In this update, we have added the jose dependency to the package.json file in the Serverless API Gateway repository. The reason for this update is that we have identified that the missing jose dependency was causing the deployment to fail at GitHub Actions.

By adding the jose dependency, we have resolved this issue and ensured that the deployment process runs smoothly without any errors related to missing dependencies.