diff --git a/.woodpecker.yml b/.woodpecker.yml index bcfb872..d7714df 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -19,22 +19,22 @@ pipeline: - prettier -c . "!dist" "!lemmy-docs" "!lemmy-translations" "!joinlemmy-translations" "!lemmy-js-client" "!lemmy-stats-crawler" "!src/shared/instance_stats.ts" yarn: - image: node:14-alpine + image: node:alpine commands: - yarn yarn_lint: - image: node:14-alpine + image: node:alpine commands: - yarn lint yarn_build_dev: - image: node:14-alpine + image: node:alpine commands: - yarn build:dev nightly_instance_crawl: - image: node:14-alpine + image: node:alpine commands: # libpq and openssl can probably be removed after lemmy dep is upgraded to 0.16.4+ - apk add cargo pkgconfig openssl openssl-dev libpq libpq-dev @@ -58,7 +58,7 @@ pipeline: - cron release_instance_crawl: - image: node:14-alpine + image: node:alpine commands: # libpq and openssl can probably be removed after lemmy dep is upgraded to 0.16.4+ - apk add cargo pkgconfig openssl openssl-dev libpq libpq-dev