From cd3176a68113395ceefdef6fe376b7107a37e172 Mon Sep 17 00:00:00 2001 From: Logan Ramos Date: Wed, 1 Nov 2023 11:40:18 -0700 Subject: [PATCH] Remove Node 14, and 16 from test matrix. Add Node 18 and Node 20 (#189) --- build/azure-pipelines/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/azure-pipelines/pipeline.yml b/build/azure-pipelines/pipeline.yml index b131f72..80ac64c 100644 --- a/build/azure-pipelines/pipeline.yml +++ b/build/azure-pipelines/pipeline.yml @@ -36,8 +36,8 @@ extends: testPlatforms: - name: Linux nodeVersions: - - 14.x - - 16.x + - 18.x + - 20.x testSteps: - script: npm ci