Skip to content

Commit

Permalink
Bump node version to 20 (#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdneo authored Aug 12, 2024
1 parent c3dd44c commit ceb6573
Show file tree
Hide file tree
Showing 5 changed files with 626 additions and 3,286 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ extends:
- checkout: self
fetchTags: true
- task: NodeTool@0
displayName: Use Node 16.x
displayName: Use Node 20.x
inputs:
versionSpec: 16.x
versionSpec: 20.x
- task: Npm@1
displayName: npm install
inputs:
Expand Down
4 changes: 2 additions & 2 deletions .azure-pipelines/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ extends:
clean: true
fetchTags: false
- task: NodeTool@0
displayName: Use Node 16.x
displayName: Use Node 20.x
inputs:
versionSpec: 16.x
versionSpec: 20.x
- task: Npm@1
displayName: npm install
inputs:
Expand Down
4 changes: 2 additions & 2 deletions .azure-pipelines/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ extends:
clean: true
fetchTags: false
- task: NodeTool@0
displayName: Use Node 16.x
displayName: Use Node 20.x
inputs:
versionSpec: 16.x
versionSpec: 20.x
- task: Npm@1
displayName: npm install
inputs:
Expand Down
Loading

0 comments on commit ceb6573

Please sign in to comment.