From 6cf2115137cef5f8011fcefde857158d831993ee Mon Sep 17 00:00:00 2001 From: crazy940803 Date: Thu, 2 Jan 2020 11:32:52 +0000 Subject: [PATCH] Update node to version 12.14.0 LTS Related with https://github.com/jhipster/generator-jhipster/pull/11067 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 568557a..90ea84e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ os: linux language: node_js -node_js: "12.13.0" +node_js: "12.14.0" jobs: include: - stage: build and unit test