steps: dependencies: image: node:16 pull: true commands: - npm i osv-detector: image: gitnet.fr/deblan/osv-detector:v0.10 commands: - osv-detector package-lock.json failure: ignore tests: image: node:16 pull: true commands: - npm run test