From e25794e2905960bba88c1736b95dbd130105acf5 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Wed, 10 Nov 2021 16:06:41 +0000 Subject: [PATCH] Update node version in CI Several Fabric projects have updated their supported node versions and 16.x is the active LTS version Signed-off-by: James Taylor --- ci/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/azure-pipelines.yml b/ci/azure-pipelines.yml index 051eccfc..d21a6545 100644 --- a/ci/azure-pipelines.yml +++ b/ci/azure-pipelines.yml @@ -11,7 +11,7 @@ variables: FABRIC_VERSION: 2.4 GO_BIN: $(Build.Repository.LocalPath)/bin GO_VER: 1.16.7 - NODE_VER: 12.x + NODE_VER: 16.x PATH: $(Build.Repository.LocalPath)/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin jobs: