Skip to content

Commit ceb6573

Browse files
authored
Bump node version to 20 (#1381)
1 parent c3dd44c commit ceb6573

File tree

5 files changed

+626
-3286
lines changed

5 files changed

+626
-3286
lines changed

.azure-pipelines/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ extends:
4444
- checkout: self
4545
fetchTags: true
4646
- task: NodeTool@0
47-
displayName: Use Node 16.x
47+
displayName: Use Node 20.x
4848
inputs:
49-
versionSpec: 16.x
49+
versionSpec: 20.x
5050
- task: Npm@1
5151
displayName: npm install
5252
inputs:

.azure-pipelines/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ extends:
4747
clean: true
4848
fetchTags: false
4949
- task: NodeTool@0
50-
displayName: Use Node 16.x
50+
displayName: Use Node 20.x
5151
inputs:
52-
versionSpec: 16.x
52+
versionSpec: 20.x
5353
- task: Npm@1
5454
displayName: npm install
5555
inputs:

.azure-pipelines/rc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ extends:
4242
clean: true
4343
fetchTags: false
4444
- task: NodeTool@0
45-
displayName: Use Node 16.x
45+
displayName: Use Node 20.x
4646
inputs:
47-
versionSpec: 16.x
47+
versionSpec: 20.x
4848
- task: Npm@1
4949
displayName: npm install
5050
inputs:

0 commit comments

Comments
 (0)