build: update dependencies

This commit is contained in:
Karl-Philipp Wulfert
2020-09-21 13:57:06 +02:00
parent a5fa2ccc2e
commit a99fc357fe
5 changed files with 653 additions and 454 deletions

View File

@@ -11,6 +11,7 @@ before_script:
stages:
- build
- test
- audit
- deploy
- publish
@@ -28,14 +29,14 @@ audit:
- schedules
script:
- npm audit
stage: test
stage: audit
scheduled-audit:
only:
- schedules
script:
- npm audit
stage: test
stage: audit
pages:
stage: deploy