From 060ad198777011f20989e6d49cffc6d89be74965 Mon Sep 17 00:00:00 2001 From: apatil Date: Thu, 1 May 2025 23:11:25 +0100 Subject: [PATCH] More correction to woodpecker file --- .woodpecker.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 2ec6426..7522bb1 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,6 +1,10 @@ steps: - build: + install: image: node:20.19-alpine commands: - npm install + + build: + image: node:20.19-alpine + commands: - npm run build