From ff1c63b88fed5fa7f87ffcc485d968f8b10d2694 Mon Sep 17 00:00:00 2001 From: Flame Sage Date: Mon, 29 Oct 2018 01:26:15 +0000 Subject: [PATCH] Forcing Node.js version to Node.js 10 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ecc54c7a..983f0bf4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ # Build status located at https://travis-ci.org/yuzu-emu/ language: node_js -node_js: node +node_js: + - "10" cache: yarn install: