From dde63ec84ccffb5c8ea1c9921a8d72660f716728 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Thu, 1 Aug 2024 11:22:01 -0700 Subject: [PATCH] Don't run CI for node 16 --- azure-pipelines.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8dca7eb2b..cad42df9c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,8 +26,6 @@ extends: os: Linux strategy: matrix: - node_16_x: - node_version: 16.x node_18_x: node_version: 18.x steps: @@ -52,8 +50,6 @@ extends: os: macOS strategy: matrix: - node_16_x: - node_version: 16.x node_18_x: node_version: 18.x steps: @@ -80,8 +76,6 @@ extends: os: Windows strategy: matrix: - node_16_x: - node_version: 16.x node_18_x: node_version: 18.x steps: