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