From 66a951a4420409c33978999cde1df943d94acb8a Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 2 Jul 2023 22:43:12 +0200 Subject: [PATCH] use a really old node version to fix sharp --- .woodpecker/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/main.yml b/.woodpecker/main.yml index 8bdab74..77159e0 100644 --- a/.woodpecker/main.yml +++ b/.woodpecker/main.yml @@ -1,9 +1,9 @@ steps: build: - image: node:latest + image: node:12 commands: - cd src - - npm install --verbose --foreground-scripts sharp + - npm install - npx presskit build --output ../out --pretty-links --collapse-menu --clean-build-folder - cp .htaccess ../out deploy: