Skip to content

Commit b6fec12

Browse files
authored
Update node in tests to 22.x (#11389)
1 parent eb0263d commit b6fec12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/ci/templates/official/jobs/run-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- task: UseNode@1
1818
inputs:
19-
version: 14.x
19+
version: 22.x
2020

2121
- task: UsePythonVersion@0
2222
inputs:

eng/ci/templates/official/jobs/run-non-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- task: UseNode@1
1717
inputs:
18-
version: 14.x
18+
version: 22.x
1919

2020
- task: JavaToolInstaller@0
2121
inputs:

0 commit comments

Comments
 (0)