Attempt to remove PARCEL_WORKERS environment variable
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-07-09 22:30:44 -06:00
parent c391dbbbed
commit a5acd98802
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -3,7 +3,6 @@ steps:
image: node:22-slim image: node:22-slim
environment: environment:
PNPM_HOME: /pnpm PNPM_HOME: /pnpm
PARCEL_WORKERS: 0
commands: commands:
- corepack enable - corepack enable
- pnpm install - pnpm install