fix(core): update

This commit is contained in:
Philipp Kunz 2019-08-27 17:04:43 +02:00
parent f72217250d
commit da6739be6a
2 changed files with 3 additions and 3 deletions

View File

@ -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/

View File

@ -54,4 +54,4 @@
"npmextra.json",
"readme.md"
]
}
}