Skip to content

Commit aa26f32

Browse files
authored
ci: remove node 14.x stage (#581)
1 parent aff2e43 commit aa26f32

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

azure-pipelines.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
jobs:
77
- job: Linux
88
pool:
9-
vmImage: 'ubuntu-18.04'
9+
vmImage: 'ubuntu-latest'
1010
strategy:
1111
matrix:
12-
node_14_x:
13-
node_version: 14.x
1412
node_16_x:
1513
node_version: 16.x
14+
node_18_x:
15+
node_version: 18.x
1616
steps:
1717
- task: NodeTool@0
1818
inputs:
@@ -33,10 +33,10 @@ jobs:
3333
vmImage: 'macOS-latest'
3434
strategy:
3535
matrix:
36-
node_14_x:
37-
node_version: 14.x
3836
node_16_x:
3937
node_version: 16.x
38+
node_18_x:
39+
node_version: 18.x
4040
steps:
4141
- task: NodeTool@0
4242
inputs:
@@ -57,10 +57,10 @@ jobs:
5757
vmImage: 'windows-2019'
5858
strategy:
5959
matrix:
60-
node_14_x:
61-
node_version: 14.x
6260
node_16_x:
6361
node_version: 16.x
62+
node_18_x:
63+
node_version: 18.x
6464
steps:
6565
- task: NodeTool@0
6666
inputs:
@@ -83,7 +83,7 @@ jobs:
8383
- Windows
8484
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/main'))
8585
pool:
86-
vmImage: 'ubuntu-18.04'
86+
vmImage: 'ubuntu-latest'
8787
steps:
8888
- task: NodeTool@0
8989
inputs:

0 commit comments

Comments
 (0)