deepstreamIO / deepstream.io-client-js

The Browser / Node.js Client for deepstream.io
Other
294 stars 109 forks source link

CI #557

Closed jaime-ez closed 3 years ago

jaime-ez commented 3 years ago

Hi @yasserf, github actions should be working ok.

I didn't push directly becasue on github I can not access the settings menu of this repo, and before releasing we need to make sure that the NPM_TOKEN is present on github secrets.

Let me know if it is there, and then we can merge and when publishing the new tag it should be published to npm :)

yasserf commented 3 years ago

Other than node 10 looks okay.

Interested to see how the server works, as it’s not the standard npm publish script.

jaime-ez commented 3 years ago

@yasserf the release job failed due to the missing NPM_TOKEN on github secrets (I guess). Can you add it please? I don't have access to this repo settings.

https://docs.github.com/en/free-pro-team@latest/actions/reference/encrypted-secrets

jaime-ez commented 3 years ago

@yasserf any chance you can take a look at the NPM_TOKEN on github secrets? Thanks