From 08e4c99884305478c6c32f679af9ab7dcddca6f1 Mon Sep 17 00:00:00 2001 From: patr0nus Date: Mon, 2 Mar 2020 22:40:37 +0800 Subject: [PATCH] Downgrade Node.js to v13.8.0 due to https://github.com/nodejs/node/issues/31858 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2bd581a..0089b37 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,7 +3,7 @@ trigger: variables: - LIBNODE_NODE_VERSION: 'v13.9.0' + LIBNODE_NODE_VERSION: 'v13.8.0' jobs: - job: build