From 7241da54cded17ac992f1425509b27ac417a5c44 Mon Sep 17 00:00:00 2001 From: Flame Sage Date: Sun, 28 Oct 2018 03:14:47 +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 ee94d32..5c13dc5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ # Build status located at https://travis-ci.org/citra-emu/citra-web language: node_js -node_js: node +node_js: + - "10" cache: yarn script: