add nodejs

This commit is contained in:
mullayanov
2025-04-17 12:19:05 +05:00
parent 3ee605d03e
commit 2c64df53c4
2 changed files with 4 additions and 2 deletions

View File

@@ -3,6 +3,8 @@ name: Publish
on:
release:
types: [published]
push:
tags:
jobs:
publish:

View File

@@ -21,14 +21,14 @@ RUN choco install -y \
gh \
powershell-core \
docker-cli \
python
python \
nodejs
RUN choco install -y visualstudio2022buildtools --package-parameters \" \
--quiet --norestart \
--add Microsoft.VisualStudio.Workload.VisualStudioExtensionBuildTools \
--add Microsoft.VisualStudio.Workload.ManagedDesktopBuildTools \
--add Microsoft.NetCore.Component.SDK \
--add Microsoft.Net.Component.4.6.1.TargetingPack \
--add Microsoft.Net.Component.4.8.TargetingPack \
\"