refactor: update dependencies

This commit is contained in:
Rainer Killinger
2020-03-04 14:17:06 +01:00
parent faf0276810
commit 9ab2510631
4 changed files with 1278 additions and 1403 deletions

View File

@@ -11,6 +11,7 @@ before_script:
stages:
- build
- test
- audit
- deploy
build:
@@ -27,16 +28,16 @@ audit:
- schedules
script:
- npm audit
stage: test
stage: audit
scheduled-audit:
only:
- schedules
script:
- npm audit
stage: test
stage: audit
mocha:
unit:
stage: test
script:
- npm test