Skip to content

Commit

Permalink
repair js livetests (#7220)
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored Nov 1, 2023
1 parent 6c0251c commit 93149cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/test-proxy/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ stages:

- task: NodeTool@0
inputs:
versionSpec: "16.x"
displayName: "Use Node 16.x"
versionSpec: "18.x"
displayName: "Use Node 18.x"

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

- pwsh: |
npm install -g @microsoft/rush@5.48.0
npm install -g @microsoft/rush@5.109.2
rush update
rush build -t .
displayName: 'Install Rush, build and install proxy tests project'
Expand Down

0 comments on commit 93149cd

Please sign in to comment.