© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•12mo ago•
1 reply
AnnaSasDev

Issue with Github Actions when using Node & Dotnet together

So this is quite a bit of a weird issue Ive been stuck on for a few hours now, no AI can help and reading docs isnt working either.

Ive made a small library so I can use Lucide Icons as Components within Blazor, and it works> The issue isnt with the code, but with the github action.
I rely on downloading the lucide-static npm package, which is then used by my source generator in
InfiniLore.Lucide.Generators.Raw
InfiniLore.Lucide.Generators.Raw
to extract all the data that I need.
Somewhere somehow I dont understand how github actions is installing the node module correctly, but then dotnet cant find it ...

Ill link the repo directly, because I think just giving some snippets will fill everything up with random files too much
https://github.com/InfiniLore/lucide.blazor

Thanks for any help in advance
(The repo is not in its final state but is functional, as I want to try and see if I can implement some kind of system close to tree-shaking so I have the option to only send over icons used by the library in Wasm mode, so we arent sending over tons of unused data )
GitHub
GitHub - InfiniLore/lucide.blazor: Use Lucide Icons in your blazor ...
Use Lucide Icons in your blazor application. Contribute to InfiniLore/lucide.blazor development by creating an account on GitHub.
GitHub - InfiniLore/lucide.blazor: Use Lucide Icons in your blazor ...
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Github actions failing to run project (dotnet run)
C#CC# / help
3y ago
dotnet build fails in Github Actions as part of continuous integration
C#CC# / help
3y ago
Install dotnet Library from GitHub
C#CC# / help
2y ago
❔ Specify working directory when using dotnet watch
C#CC# / help
3y ago