Skip to content

Commit 13590dd

Browse files
committed
remove redundant code
1 parent 0866a11 commit 13590dd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.codebuild/build_windows.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ version: 0.2
22
env:
33
shell: powershell.exe
44
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"
115
build:
126
commands:
137
# commands need to be run in stand-alone bash scripts so that bash can be used on windows

0 commit comments

Comments
 (0)