update ci
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-03-31 17:57:16 +02:00
parent edeb7024d0
commit 77a2b1bca7
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -5,9 +5,14 @@ pipeline:
commands: commands:
- npm i - npm i
osv-detector:
image: gitnet.fr/deblan/osv-detector:v0.10
commands:
- osv-detector package-lock.json
failure: ignore
tests: tests:
image: node:16 image: node:16
pull: true pull: true
commands: commands:
- npm run test - npm run test