We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c0251c commit 93149cdCopy full SHA for 93149cd
1 file changed
tools/test-proxy/tests.yml
@@ -141,8 +141,8 @@ stages:
141
142
- task: NodeTool@0
143
inputs:
144
- versionSpec: "16.x"
145
- displayName: "Use Node 16.x"
+ versionSpec: "18.x"
+ displayName: "Use Node 18.x"
146
147
- pwsh: |
148
git clone https://github.com/$(REPO) $(CLONE_LOCATION) --depth 1
@@ -154,7 +154,7 @@ stages:
154
rootFolder: $(CLONE_LOCATION)
155
156
157
- npm install -g @microsoft/rush@5.48.0
+ npm install -g @microsoft/rush@5.109.2
158
rush update
159
rush build -t .
160
displayName: 'Install Rush, build and install proxy tests project'
0 commit comments