deploy_feedback icon indicating copy to clipboard operation
deploy_feedback copied to clipboard

Bug: Node JS being installed in the workflow even when it's not needed

Open mintydev789 opened this issue 7 months ago • 0 comments

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

mintydev789 avatar May 27 '25 08:05 mintydev789