Skip to content

Commit 26f717c

Browse files
author
Geoffrey Koros
committed
remove node versions 12 & 14 from the pipeline build configuration
1 parent fd9815a commit 26f717c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.azure-pipelines/ci-build-production.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ stages:
2020
vmImage: windows-latest
2121
strategy:
2222
matrix:
23-
Node 12:
24-
NODE_VERSION: '12.x'
25-
Node 14:
26-
NODE_VERSION: '14.x'
2723
Node 16:
2824
NODE_VERSION: '16.x'
25+
Node 18:
26+
NODE_VERSION: '18.x'
27+
Node 20:
28+
NODE_VERSION: '20.x'
2929
maxParallel: 2
3030
steps:
3131
- template: ./common-templates/security-pre-checks.yml

0 commit comments

Comments
 (0)