File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ executors:
88
88
shell : powershell.exe -ExecutionPolicy Bypass
89
89
machine :
90
90
# 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 '
93
93
94
94
# Command Definitions
95
95
# https://circleci.com/docs/2.0/reusing-config/#authoring-reusable-commands
@@ -133,8 +133,8 @@ commands:
133
133
setup_windows :
134
134
steps :
135
135
- 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
138
138
-
run :
npm install -g [email protected] @bazel/bazelisk@${BAZELISK_VERSION}
139
139
- run : node --version
140
140
- run : yarn --version
@@ -342,8 +342,8 @@ jobs:
342
342
parallelism : 12
343
343
steps :
344
344
- checkout
345
- - rebase_pr_win
346
345
- setup_windows
346
+ - rebase_pr_win
347
347
- setup_bazel_rbe
348
348
- restore_cache :
349
349
keys :
You can’t perform that action at this time.
0 commit comments