refactor: update dependencies, keeping behavior

This commit is contained in:
Rainer Killinger
2020-02-18 10:59:48 +01:00
parent 2d30f0575d
commit bcf212d777
4 changed files with 66 additions and 93 deletions

View File

@@ -10,7 +10,7 @@ before_script:
stages:
- build
- test
- audit
- publish
- deploy
@@ -23,7 +23,7 @@ build:
- lib
audit:
stage: test
stage: audit
script:
- npm audit
allow_failure: true
@@ -31,7 +31,7 @@ audit:
- schedules
scheduled-audit:
stage: test
stage: audit
script:
- npm audit
only: