Skip to content

Commit 7fe3fd8

Browse files
committed
add 18.20 node installation to build_windows
1 parent f1c23f4 commit 7fe3fd8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.codebuild/build_windows.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ 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"
511
build:
612
commands:
713
# commands need to be run in stand-alone bash scripts so that bash can be used on windows

0 commit comments

Comments
 (0)