Skip to content

Commit

Permalink
Revert "build(node): limit node version to 18.13.0 (#3097)" (#3208)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder committed Mar 20, 2023
1 parent e6324dc commit 869782d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ stages:
useGlobalJson: true
performMultiLevelLookup: true
- task: NodeTool@0
displayName: "Install Node 18.13.0"
displayName: "Install Node 18.x"
inputs:
versionSpec: '18.13.0'
versionSpec: '18.x'
- script: |
npm ci
displayName: "Install packages"
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/cadl-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ variables:
- name: skipComponentGovernanceDetection
value: true
- name: NodeVersion
value: '18.13.0'
value: '18.x'
- name: VAR_ARTIFACT_NAME
value: 'CadlCsharpEmitter'
- name: VAR_BUILD_ARTIFACT_STAGING_DIRECTORY
Expand Down
4 changes: 2 additions & 2 deletions eng/pipelines/check-code-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
vmImage: windows-2022
steps:
- task: NodeTool@0
displayName: "Install Node 18.13.0"
displayName: "Install Node 18.x"
inputs:
versionSpec: '18.13.0'
versionSpec: '18.x'
- task: UseDotNet@2
displayName: 'Use .NET Core SDK'
inputs:
Expand Down
4 changes: 2 additions & 2 deletions eng/pipelines/mgmt-mocktest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ stages:
useGlobalJson: true
performMultiLevelLookup: true
- task: NodeTool@0
displayName: "Install Node 18.13.0"
displayName: "Install Node 18.x"
inputs:
versionSpec: '18.13.0'
versionSpec: '18.x'
- script: |
npm ci
displayName: "Install packages"
Expand Down

0 comments on commit 869782d

Please sign in to comment.