From 82b5e2be140c2088acebc6d91523aca5e57a9881 Mon Sep 17 00:00:00 2001 From: watiko Date: Wed, 12 Aug 2020 00:46:23 +0900 Subject: [PATCH] =?UTF-8?q?graceful-fs=E3=81=AE=E5=AE=9F=E8=A1=8C=E3=81=AB?= =?UTF-8?q?=E5=A4=B1=E6=95=97=E3=81=99=E3=82=8B=E3=81=AE=E3=81=A7=E3=83=90?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E3=82=92=E4=B8=8B=E3=81=92?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - https://github.com/nodejs/node/issues/34529 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 782ec2bcc..c28d2238a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - export CXX='g++-4.8' -- nvm install 12.18.3 && nvm use 12.18.3 && npm install -g npm && npm ci +- nvm install 12.18.2 && nvm use 12.18.2 && npm install -g npm && npm ci - npm install svgexport -g cache: directories: