deploy_feedback
deploy_feedback copied to clipboard
Bug: Node JS being installed in the workflow even when it's not needed
I have used Deno Deploy for two projects now: one Solid Start project and one regular Deno API project with a single NPM dependency, and both times Deno Deploy added a GH workflow to my repo with a Node JS installation step. I was confused by this, as Node wasn't required in either case, and when I removed that step from the workflow, it worked exactly the same, no issues at all. It would be best for Deno Deploy to avoid installing Node JS when it's not needed. Here's one example of this issue: https://github.com/mintydev789/justfuckingusehttp.com/commit/42b61530d0b3cdc1d1d30a5ff82f2b7524a0a5b3