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

Updated default deno version to 0.20.0 #3

Closed lucacasonato closed 4 years ago

lucacasonato commented 5 years ago

Also some packages got updated.

axetroy commented 5 years ago

Sorry, I am late.

I found node_modules updated

For example package.json same fields changes, node_modules/.bin have been removed

If I run the command npm install again, can I still get the same node_modules directory?

hayd commented 4 years ago

It seems like a better default, if no deno-version is provided, would be to use the latest. I think you can do this using:

https://github.com/denolib/setup-deno/blob/e8364b834cc10c6071d676f4c2e7f33ae32f05c7/node_modules/%40actions/tool-cache/lib/tool-cache.js#L372

zhmushan commented 4 years ago

I am preparing to refactor the code.

axetroy commented 4 years ago

Since #4 has been merged, I closed issue.