File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ executors:
8888 shell : powershell.exe -ExecutionPolicy Bypass
8989 machine :
9090 # Contents of this image:
91- # https://circleci.com/docs/2.0/hello-world-windows/#software-pre-installed-in-the-windows-image
92- image : windows-server-2019-vs2019:stable
91+ # https://circleci.com/developer/machine/image/windows-server-2022-gui
92+ image : ' windows-server-2022-gui:current '
9393
9494# Command Definitions
9595# https://circleci.com/docs/2.0/reusing-config/#authoring-reusable-commands
@@ -133,8 +133,8 @@ commands:
133133 setup_windows :
134134 steps :
135135 - initialize_env
136- - run : nvm install 16.14
137- - run : nvm use 16.14
136+ - run : nvm install 16.14.2
137+ - run : nvm use 16.14.2
138138 - run : npm install -g yarn@1.22.10 @bazel/bazelisk@${BAZELISK_VERSION}
139139 - run : node --version
140140 - run : yarn --version
@@ -342,8 +342,8 @@ jobs:
342342 parallelism : 12
343343 steps :
344344 - checkout
345- - rebase_pr_win
346345 - setup_windows
346+ - rebase_pr_win
347347 - setup_bazel_rbe
348348 - restore_cache :
349349 keys :
You can’t perform that action at this time.
0 commit comments