From 393c7e115e74157e13775b910306d014345492bf Mon Sep 17 00:00:00 2001 From: IreneStr Date: Tue, 22 Oct 2019 13:04:28 +0200 Subject: [PATCH] Set node version to 10.16 The current LTS in Travis is 12.13, but our node-sass is not compatible with that. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 10de8cc901..a9cf57e521 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js node_js: -- lts/* +- "10.16" - node matrix: allow_failures: @@ -15,7 +15,7 @@ stages: jobs: include: - stage: 🚀 rc-deployment - node_js: lts/* + node_js: "10.16" name: "Deploy to the npm rc channel" script: skip deploy: @@ -26,7 +26,7 @@ jobs: # Branch condition is in the stages configuration all_branches: true - stage: 🚀 deployment - node_js: lts/* + node_js: "10.16" name: "Deploy to the npm latest channel" script: skip deploy: