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 0866a11 commit 13590ddCopy full SHA for 13590dd
.codebuild/build_windows.yml
@@ -2,12 +2,6 @@ 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