build: Switch n8n image to Node 26 (#36291)

This commit is contained in:
Iván Ovejero
2026-08-19 09:57:41 +00:00
committed by GitHub
parent b7536714b0
commit 65e370e5aa
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ run-name: "${{ github.event_name == 'workflow_dispatch' && format('Docker: Build
env:
NODE_OPTIONS: '--max-old-space-size=7168'
NODE_VERSION: '24.18.1'
NODE_VERSION: '26.5.1'
on:
schedule: