From c488a24802ef330036a3f0b375bd456312387490 Mon Sep 17 00:00:00 2001 From: Garrick Cheung Date: Mon, 20 Jul 2020 15:22:04 -0700 Subject: [PATCH] Bump Node.js version to 8 in .travis.yaml Bump Node.js version to 8 in .travis.yaml, where some transitive dependencies do not support Node.js 6. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b164b4b..7b6366b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: node_js node_js: # we recommend testing addons with the same minimum supported node version as Ember CLI # so that your addon works for all apps - - "6" + - "8" sudo: false dist: trusty