File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 6
6
jobs :
7
7
- job : Linux
8
8
pool :
9
- vmImage : ' ubuntu-18.04 '
9
+ vmImage : ' ubuntu-latest '
10
10
strategy :
11
11
matrix :
12
- node_14_x :
13
- node_version : 14.x
14
12
node_16_x :
15
13
node_version : 16.x
14
+ node_18_x :
15
+ node_version : 18.x
16
16
steps :
17
17
- task : NodeTool@0
18
18
inputs :
@@ -33,10 +33,10 @@ jobs:
33
33
vmImage : ' macOS-latest'
34
34
strategy :
35
35
matrix :
36
- node_14_x :
37
- node_version : 14.x
38
36
node_16_x :
39
37
node_version : 16.x
38
+ node_18_x :
39
+ node_version : 18.x
40
40
steps :
41
41
- task : NodeTool@0
42
42
inputs :
@@ -57,10 +57,10 @@ jobs:
57
57
vmImage : ' windows-2019'
58
58
strategy :
59
59
matrix :
60
- node_14_x :
61
- node_version : 14.x
62
60
node_16_x :
63
61
node_version : 16.x
62
+ node_18_x :
63
+ node_version : 18.x
64
64
steps :
65
65
- task : NodeTool@0
66
66
inputs :
83
83
- Windows
84
84
condition : and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/main'))
85
85
pool :
86
- vmImage : ' ubuntu-18.04 '
86
+ vmImage : ' ubuntu-latest '
87
87
steps :
88
88
- task : NodeTool@0
89
89
inputs :
You can’t perform that action at this time.
0 commit comments