mirror of
https://github.com/n8n-io/n8n.git
synced 2026-09-19 01:45:48 +08:00
build: Move the n8n and runners images onto n8nio/base:26.7.0 (#36990)
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -25,7 +25,7 @@ on:
|
||||
type: boolean
|
||||
|
||||
env:
|
||||
NODE_VERSION: '26.5.1'
|
||||
NODE_VERSION: '26.7.0'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -8,7 +8,7 @@ run-name: "${{ github.event_name == 'workflow_dispatch' && format('Docker: Build
|
||||
|
||||
env:
|
||||
NODE_OPTIONS: '--max-old-space-size=7168'
|
||||
NODE_VERSION: '26.5.1'
|
||||
NODE_VERSION: '26.7.0'
|
||||
|
||||
on:
|
||||
schedule:
|
||||
|
||||
@@ -12,7 +12,7 @@ env:
|
||||
# The images copy native bindings from the host build, so both have to use the same
|
||||
# Node. dockerize-n8n.mjs reads this env for the image builds. Keep in sync with
|
||||
# NODE_VERSION in docker-build-push.yml, which is what the published images use.
|
||||
NODE_VERSION: '26.5.1'
|
||||
NODE_VERSION: '26.7.0'
|
||||
|
||||
on:
|
||||
schedule:
|
||||
|
||||
Reference in New Issue
Block a user