use a really old node version to fix sharp
All checks were successful
ci/woodpecker/push/main Pipeline was successful

This commit is contained in:
Ell 2023-07-02 22:43:12 +02:00
parent d9599c311d
commit 66a951a442

View file

@ -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: