ci: fix nightly builds (#4322)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2022-10-12 10:08:57 +02:00 committed by GitHub
parent 51e8f5ff22
commit a6cd95b9f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ ARG NODE_VERSION=16
# 1. Create an image to build n8n # 1. Create an image to build n8n
FROM n8nio/base:${NODE_VERSION} as builder FROM n8nio/base:${NODE_VERSION} as builder
RUN npm install -g run-script-os turbo RUN npm install -g run-script-os turbo@1.5.5
COPY turbo.json package.json package-lock.json tsconfig.json ./ COPY turbo.json package.json package-lock.json tsconfig.json ./
COPY packages ./packages COPY packages ./packages