summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.woodpecker.yml5
1 files changed, 4 insertions, 1 deletions
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