Skip to content

Commit 6ee10c1

Browse files
authored
Merge pull request #3748 from IgniteUI/dkamburov/bump-node-22
fix(pipelines): update Node version to 22.x
2 parents 96aa220 + c11ec73 commit 6ee10c1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

azure-devops/app-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ steps:
2424
fetchTags: true
2525

2626
- task: NodeTool@0
27-
displayName: Use Node 20.x
27+
displayName: Use Node 22.x
2828
inputs:
29-
versionSpec: 20.x
29+
versionSpec: 22.x
3030

3131
- task: PowerShell@2
3232
displayName: 'Replace with licensed angular-extras'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ steps:
2424
fetchTags: true
2525

2626
- task: NodeTool@0
27-
displayName: Use Node 20.x
27+
displayName: Use Node 22.x
2828
inputs:
29-
versionSpec: 20.x
29+
versionSpec: 22.x
3030

3131
- task: PowerShell@2
3232
displayName: 'Replace with licensed angular-extras'

azure-devops/app-lob-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ steps:
2424
fetchTags: true
2525

2626
- task: NodeTool@0
27-
displayName: Use Node 20.x
27+
displayName: Use Node 22.x
2828
inputs:
29-
versionSpec: 20.x
29+
versionSpec: 22.x
3030

3131
- task: PowerShell@2
3232
displayName: 'Replace with licensed angular-extras'

0 commit comments

Comments
 (0)