From 1916f1f760edcf7ae8a1f9bf5c1378633b6c0c99 Mon Sep 17 00:00:00 2001 From: Kamil Piechaczek Date: Mon, 6 Apr 2020 13:00:34 +0200 Subject: [PATCH] Internal: Updated the version of Node.js on Travis. See ckeditor/ckeditor5#6542. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index acffaeffb4..f66c47bb65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ language: node_js services: - xvfb node_js: -- '8' +- '10' cache: yarn: true branches: