From da6739be6acac16e711c6e5895ad604dc88ae9d9 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 27 Aug 2019 17:04:43 +0200 Subject: [PATCH] fix(core): update --- .gitlab-ci.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e276113..a6159b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,11 +40,11 @@ snyk: # test stage # ==================== -testLTS: +testStable: stage: test script: - npmci npm prepare - - npmci node install lts + - npmci node install stable - npmci npm install - npmci npm test coverage: /\d+.?\d+?\%\s*coverage/ diff --git a/package.json b/package.json index 7d81e2a..4e18372 100644 --- a/package.json +++ b/package.json @@ -54,4 +54,4 @@ "npmextra.json", "readme.md" ] -} +} \ No newline at end of file