From bd89d2ea5bead54d504f3e9aec2a7c0ef4af7743 Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Sun, 4 Jun 2023 21:28:33 +0200 Subject: Install deps before running audit --- .woodpecker.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 89271f9..045171d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,4 +1,8 @@ pipeline: + install: + image: node:lts + commands: + - npm install audit: image: node:lts commands: @@ -6,5 +10,4 @@ pipeline: test: image: node:lts commands: - - npm install - npm test -- cgit v1.2.3