From 9bed9fc23a659869afcd1983689dc8790449a619 Mon Sep 17 00:00:00 2001 From: Pete Gonzalez <4673363+octogonz@users.noreply.github.com> Date: Wed, 31 Aug 2022 19:18:35 -0700 Subject: [PATCH] Upgrade to Node 14 --- common/config/azure-pipelines/npm-publish-rush-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config/azure-pipelines/npm-publish-rush-pr.yaml b/common/config/azure-pipelines/npm-publish-rush-pr.yaml index 75319d38c77..a40066079a5 100644 --- a/common/config/azure-pipelines/npm-publish-rush-pr.yaml +++ b/common/config/azure-pipelines/npm-publish-rush-pr.yaml @@ -1,7 +1,7 @@ pool: vmImage: 'ubuntu-latest' variables: - NodeVersion: 12 + NodeVersion: 14 FORCE_COLOR: 1 steps: - checkout: self