From 6fa99c736d987d1027d4fd305a08e4308fa8f43a Mon Sep 17 00:00:00 2001 From: Crash Collison <3751389+tehcrashxor@users.noreply.github.com> Date: Fri, 4 Nov 2022 16:00:27 -0700 Subject: [PATCH] Use node 16.x in official builds, as our Contributing.md already requires (#339) --- .azure-pipelines/OfficialBuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/OfficialBuild.yml b/.azure-pipelines/OfficialBuild.yml index d15598b26..e2a0106a0 100644 --- a/.azure-pipelines/OfficialBuild.yml +++ b/.azure-pipelines/OfficialBuild.yml @@ -34,9 +34,9 @@ steps: displayName: Capture build version in package/version.csv - task: NodeTool@0 - displayName: 'Use nodejs 14.x' + displayName: 'Use nodejs 16.x' inputs: - versionSpec: '14.x' + versionSpec: '16.x' - task: Npm@1 displayName: 'Restore (npm install)'