diff --git a/.woodpecker.yml b/.woodpecker.yml index 185a6352..6df5dcaf 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,6 +7,7 @@ steps: - git submodule update --recursive --remote # Install pnpm - wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - + - source /root/.shrc install: image: node:20-alpine