Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(dotnet): skip Node.js setup if no version specified
npm allows you to install packages for ASP.NET Core applications. Some ASP.NET Core applications might require a specific version of npm and Node.js to be installed. If yes, this workflow should install the specified versions (already implemented). Else, this workflow should skip the setup of npm (already implemented) and Node.js (implemented in this commit).
- Loading branch information