Skip to content

Commit c30526f

Browse files
node support docs language change + use node_20.x for regression tests (backport #8930) [release/5.6.x] (#8931)
Co-authored-by: Anmol Shrestha <98850418+anmolshres98@users.noreply.github.com> Co-authored-by: anmolshres98 <anmolshres98@users.noreply.github.com>
1 parent e307e03 commit c30526f

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

common/config/azure-pipelines/jobs/regression-testing.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
#
33
# Tests all supported versions of iTwin.js on latest versions of 3 main supported platforms; Windows, Ubuntu, and MacOS.
44
#
5-
# Uses minimum supported Node version (currently 20.11.0) documented in SupportedPlatforms.md.
6-
#
75
# The current LTS is tested in all normal CI/PR builds so no need to test it here.
86

97
trigger: none
@@ -28,21 +26,21 @@ jobs:
2826

2927
strategy:
3028
matrix:
31-
"Windows_Node_20_11_0":
29+
"Windows_Node_20":
3230
OS: windows-latest
3331
platform: Windows_NT
3432
name: $(win_pool)
35-
node_version: 20.11.0
36-
"Linux_Node_20_11_0":
33+
node_version: 20.x
34+
"Linux_Node_20":
3735
OS: ubuntu-latest
3836
platform: Linux
3937
name: $(linux_pool)
40-
node_version: 20.11.0
41-
"MacOS_Node_20_11_0":
38+
node_version: 20.x
39+
"MacOS_Node_20":
4240
OS: macOS-latest
4341
platform: Darwin
4442
name: $(mac_pool)
45-
node_version: 20.11.0
43+
node_version: 20.x
4644
"Windows_Node_22":
4745
OS: windows-latest
4846
platform: Windows_NT

0 commit comments

Comments
 (0)