mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
ci: fix nightly builds (#4322)
This commit is contained in:
parent
51e8f5ff22
commit
a6cd95b9f3
|
@ -3,7 +3,7 @@ ARG NODE_VERSION=16
|
|||
# 1. Create an image to build n8n
|
||||
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 packages ./packages
|
||||
|
|
Loading…
Reference in a new issue