denolib / setup-deno

Set up your GitHub Actions workflow with a specific version of deno
https://github.com/marketplace/actions/setup-deno-environment
MIT License
181 stars 16 forks source link

update release.json automatically #11

Closed zhmushan closed 4 years ago

zhmushan commented 4 years ago

Updating manually is stupid and needs to find a way to automate the process.

axetroy commented 4 years ago

I think it would be best if deno.land provided the version information like nodejs does https://nodejs.org/dist/

The second option is to build a proxy server and deploy to heroku or now. But I don't think it is the best option

axetroy commented 4 years ago

The free plan of the third-party service (eg heroku/now) also has a limited number of requests

it is easy to exceed the limit with a lot of users

axetroy commented 4 years ago

I think it can be closed since #15 land