add nodejs
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -3,6 +3,8 @@ name: Publish
|
|||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
|
|||||||
@@ -21,14 +21,14 @@ RUN choco install -y \
|
|||||||
gh \
|
gh \
|
||||||
powershell-core \
|
powershell-core \
|
||||||
docker-cli \
|
docker-cli \
|
||||||
python
|
python \
|
||||||
|
nodejs
|
||||||
|
|
||||||
RUN choco install -y visualstudio2022buildtools --package-parameters \" \
|
RUN choco install -y visualstudio2022buildtools --package-parameters \" \
|
||||||
--quiet --norestart \
|
--quiet --norestart \
|
||||||
--add Microsoft.VisualStudio.Workload.VisualStudioExtensionBuildTools \
|
--add Microsoft.VisualStudio.Workload.VisualStudioExtensionBuildTools \
|
||||||
--add Microsoft.VisualStudio.Workload.ManagedDesktopBuildTools \
|
--add Microsoft.VisualStudio.Workload.ManagedDesktopBuildTools \
|
||||||
--add Microsoft.NetCore.Component.SDK \
|
--add Microsoft.NetCore.Component.SDK \
|
||||||
--add Microsoft.Net.Component.4.6.1.TargetingPack \
|
|
||||||
--add Microsoft.Net.Component.4.8.TargetingPack \
|
--add Microsoft.Net.Component.4.8.TargetingPack \
|
||||||
\"
|
\"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user