mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: fix nightly builds (#4322)
This commit is contained in:
committed by
GitHub
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
|
||||
|
||||
Reference in New Issue
Block a user