ci: Upgrade to pnpm 10 (#12502)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2025-02-12 18:46:43 +01:00
committed by GitHub
parent 731a9a7945
commit 85deff0b7f
3 changed files with 36 additions and 36 deletions

View File

@@ -18,7 +18,7 @@ RUN find . -type f -name "*.ts" -o -name "*.js.map" -o -name "*.vue" -o -name "t
# Deploy the `n8n` package into /compiled
RUN mkdir /compiled
RUN NODE_ENV=production DOCKER_BUILD=true pnpm --filter=n8n --prod --no-optional deploy /compiled
RUN NODE_ENV=production DOCKER_BUILD=true pnpm --filter=n8n --prod --no-optional --legacy deploy /compiled
# 2. Start with a new clean image with just the code that is needed to run n8n
FROM n8nio/base:${NODE_VERSION}