From 812f3750c8e5a9cb73da0a4c69bff383e7a68249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Tue, 5 May 2020 08:46:45 -0400 Subject: [PATCH] chore: pin windows node.js version (#11522) --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0b5f27f648e6..e78eb7f83012 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,8 @@ matrix: - node_js: "13" # Move `windows` build to be the third since it is slow - os: windows - node_js: "node" + # Pin windows node.js version until https://github.com/nodejs/node/issues/33166 is resolved + node_js: "14.0" env: - JOB=test # https://travis-ci.community/t/build-doesnt-finish-after-completing-tests/288/9