Skip to content

Commit 93149cd

Browse files
authored
repair js livetests (#7220)
1 parent 6c0251c commit 93149cd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tools/test-proxy/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ stages:
141141

142142
- task: NodeTool@0
143143
inputs:
144-
versionSpec: "16.x"
145-
displayName: "Use Node 16.x"
144+
versionSpec: "18.x"
145+
displayName: "Use Node 18.x"
146146

147147
- pwsh: |
148148
git clone https://github.com/$(REPO) $(CLONE_LOCATION) --depth 1
@@ -154,7 +154,7 @@ stages:
154154
rootFolder: $(CLONE_LOCATION)
155155

156156
- pwsh: |
157-
npm install -g @microsoft/rush@5.48.0
157+
npm install -g @microsoft/rush@5.109.2
158158
rush update
159159
rush build -t .
160160
displayName: 'Install Rush, build and install proxy tests project'

0 commit comments

Comments
 (0)