From d2eef4786d2b4e9dd9f8a94bfe7d0158fe44c34e Mon Sep 17 00:00:00 2001 From: James Taylor Date: Wed, 10 Nov 2021 17:17:18 +0000 Subject: [PATCH] Update node version in CI (#534) 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: