Skip to content

Commit

Permalink
upgrade rush version (#2468)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-jiaodi authored Apr 23, 2024
1 parent 98bfcbd commit 5b98d54
Show file tree
Hide file tree
Showing 9 changed files with 196 additions and 88 deletions.
2 changes: 1 addition & 1 deletion .scripts/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
steps:
- task: NodeTool@0
inputs:
versionSpec: "18.19.x"
versionSpec: "18.x"
displayName: "Use Node 18"
- script: |
npm install -g @microsoft/rush
Expand Down
20 changes: 10 additions & 10 deletions .scripts/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ stages:
macOS_Node18:
Pool:
OSVmImage: "macOS-latest"
NodeTestVersion: "18.19.x"
NodeTestVersion: "18.x"
Linux_Node18:
Pool: ${{ parameters.LinuxPool }}
OSVmImage: "ubuntu-20.04"
NodeTestVersion: "18.19.x"
NodeTestVersion: "18.x"
Windows_Latest:
Pool:
OSVmImage: "Windows-latest"
Expand All @@ -134,11 +134,11 @@ stages:
macOS_Node18:
Pool:
OSVmImage: "macOS-latest"
NodeTestVersion: "18.19.x"
NodeTestVersion: "18.x"
Linux_Node18:
Pool: ${{ parameters.LinuxPool }}
OSVmImage: "ubuntu-20.04"
NodeTestVersion: "18.19.x"
NodeTestVersion: "18.x"
Windows_Latest:
Pool:
OSVmImage: "Windows-latest"
Expand Down Expand Up @@ -169,11 +169,11 @@ stages:
macOS_Node18:
Pool:
OSVmImage: "macOS-latest"
NodeTestVersion: "18.19.x"
NodeTestVersion: "18.x"
Linux_Node18:
Pool: ${{ parameters.LinuxPool }}
OSVmImage: "ubuntu-20.04"
NodeTestVersion: "18.19.x"
NodeTestVersion: "18.x"
pool:
name: $[coalesce(variables['Pool'], '')]
vmImage: $[coalesce(variables['OSVmImage'], '')]
Expand Down Expand Up @@ -231,11 +231,11 @@ stages:
macOS_Node18:
Pool:
OSVmImage: "macOS-latest"
NodeTestVersion: "18.19.x"
NodeTestVersion: "18.x"
Linux_Node18:
Pool: ${{ parameters.LinuxPool }}
OSVmImage: "ubuntu-20.04"
NodeTestVersion: "18.19.x"
NodeTestVersion: "18.x"
Windows_Latest:
Pool:
OSVmImage: "Windows-latest"
Expand All @@ -261,11 +261,11 @@ stages:
macOS_Node18:
Pool:
OSVmImage: "macOS-latest"
NodeTestVersion: "18.19.x"
NodeTestVersion: "18.x"
Linux_Node18:
Pool: ${{ parameters.LinuxPool }}
OSVmImage: "ubuntu-20.04"
NodeTestVersion: "18.19.x"
NodeTestVersion: "18.x"
# Windows_Latest:
# Pool:
# OSVmImage: "Windows-latest"
Expand Down
24 changes: 12 additions & 12 deletions .scripts/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ stages:
steps:
- task: NodeTool@0
inputs:
versionSpec: "18.19.x"
versionSpec: "18.x"
displayName: "Install Node.js"
- script: |
tar zxvf $(Pipeline.Workspace)/packages/$(TAR_NAME)
Expand All @@ -59,7 +59,7 @@ stages:
steps:
- task: NodeTool@0
inputs:
versionSpec: "18.19.x"
versionSpec: "18.x"
displayName: "Install Node.js"
- script: |
cd $(Pipeline.Workspace)/packages
Expand Down Expand Up @@ -90,7 +90,7 @@ stages:
steps:
- task: NodeTool@0
inputs:
versionSpec: "18.19.x"
versionSpec: "18.x"
displayName: "Install Node.js"
- script: |
tar zxvf $(Pipeline.Workspace)/packages/$(TAR_NAME)
Expand All @@ -113,7 +113,7 @@ stages:
steps:
- task: NodeTool@0
inputs:
versionSpec: "18.19.x"
versionSpec: "18.x"
displayName: "Install Node.js"
- script: |
cd $(Pipeline.Workspace)/packages
Expand Down Expand Up @@ -145,7 +145,7 @@ stages:
steps:
- task: NodeTool@0
inputs:
versionSpec: "18.19.x"
versionSpec: "18.x"
displayName: "Install Node.js"
- script: |
tar zxvf $(Pipeline.Workspace)/packages/$(TAR_NAME)
Expand All @@ -168,7 +168,7 @@ stages:
steps:
- task: NodeTool@0
inputs:
versionSpec: "18.19.x"
versionSpec: "18.x"
displayName: "Install Node.js"
- script: |
cd $(Pipeline.Workspace)/packages
Expand Down Expand Up @@ -196,7 +196,7 @@ stages:
steps:
- task: NodeTool@0
inputs:
versionSpec: "18.19.x"
versionSpec: "18.x"
displayName: "Install Node.js"
- script: |
tar zxvf $(Pipeline.Workspace)/packages/$(TAR_NAME)
Expand All @@ -221,7 +221,7 @@ stages:
steps:
- task: NodeTool@0
inputs:
versionSpec: "18.19.x"
versionSpec: "18.x"
displayName: "Install Node.js"
- script: |
tar zxvf $(Pipeline.Workspace)/packages/$(TAR_NAME)
Expand All @@ -246,7 +246,7 @@ stages:
steps:
- task: NodeTool@0
inputs:
versionSpec: "18.19.x"
versionSpec: "18.x"
displayName: "Install Node.js"
- script: |
tar zxvf $(Pipeline.Workspace)/packages/$(TAR_NAME)
Expand All @@ -270,7 +270,7 @@ stages:
steps:
- task: NodeTool@0
inputs:
versionSpec: "18.19.x"
versionSpec: "18.x"
displayName: "Install Node.js"
- script: |
cd $(Pipeline.Workspace)/packages
Expand All @@ -293,7 +293,7 @@ stages:
steps:
- task: NodeTool@0
inputs:
versionSpec: "18.19.x"
versionSpec: "18.x"
displayName: "Install Node.js"
- script: |
cd $(Pipeline.Workspace)/packages
Expand All @@ -316,7 +316,7 @@ stages:
steps:
- task: NodeTool@0
inputs:
versionSpec: "18.19.x"
versionSpec: "18.x"
displayName: "Install Node.js"
- script: |
cd $(Pipeline.Workspace)/packages
Expand Down
4 changes: 2 additions & 2 deletions .scripts/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
macOS_Node18:
Pool:
OSVmImage: "macOS-latest"
NodeTestVersion: "18.19.x"
NodeTestVersion: "18.x"
Linux_Node18:
Pool: ${{ parameters.LinuxPool }}
OSVmImage: "ubuntu-20.04"
NodeTestVersion: "18.19.x"
NodeTestVersion: "18.x"
Windows_Latest:
Pool:
OSVmImage: "Windows-latest"
Expand Down
5 changes: 4 additions & 1 deletion common/scripts/install-run-rush-pnpm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions common/scripts/install-run-rush.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion common/scripts/install-run-rushx.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5b98d54

Please sign in to comment.