File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
common/config/azure-pipelines/jobs Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 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
97trigger : 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
You can’t perform that action at this time.
0 commit comments