Mayhaps the package is called nodejs?
Some checks failed
Build and Deploy / build_and_deploy (push) Failing after 24s

This commit is contained in:
H. Utku Maden 2025-01-25 19:27:39 +03:00
parent 386b07d1b8
commit 96f078f51e

@ -11,7 +11,7 @@ jobs:
image: mcr.microsoft.com/devcontainers/dotnet
steps:
- name: Install .NET Tools
run: apt update -y && apt install -y git
run: apt update -y && apt install -y git nodejs
- name: Install .NET Tools
run: dotnet tool update -g docfx
- name: Checkout Repository