We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c23f4 commit 7fe3fd8Copy full SHA for 7fe3fd8
.codebuild/build_windows.yml
@@ -2,6 +2,12 @@ version: 0.2
2
env:
3
shell: powershell.exe
4
phases:
5
+ pre_build:
6
+ commands:
7
+ - choco install -fy nodejs-lts --version=18.20.4
8
+ - |
9
+ $nodeVersion = node -v
10
+ Write-Host "Node version: $nodeVersion"
11
build:
12
commands:
13
# commands need to be run in stand-alone bash scripts so that bash can be used on windows
0 commit comments