ci: Upgrade Node.js base image to 22.21.0 (#21029)

This commit is contained in:
Artem Sorokin 2025-10-22 10:50:39 +02:00 committed by GitHub
parent a2efb1fe7e
commit bbeaed6f2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: ['20', '22.18.0', '24']
node_version: ['20', '22.21.0', '24']
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

View File

@ -9,7 +9,7 @@ name: 'Docker: Build and Push'
env:
NODE_OPTIONS: '--max-old-space-size=7168'
NODE_VERSION: '22.18.0'
NODE_VERSION: '22.21.0'
on:
schedule:

View File

@ -1,4 +1,4 @@
ARG NODE_VERSION=22.18.0
ARG NODE_VERSION=22.21.0
# ==============================================================================
# STAGE 1: Builder for Base Dependencies

View File

@ -1,4 +1,4 @@
ARG NODE_VERSION=22.18.0
ARG NODE_VERSION=22.21.0
ARG N8N_VERSION=snapshot
ARG LAUNCHER_VERSION=1.4.0
ARG TARGETPLATFORM

View File

@ -1,4 +1,4 @@
ARG NODE_VERSION=22.18.0
ARG NODE_VERSION=22.21.0
ARG PYTHON_VERSION=3.14
# ==============================================================================

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM node:22.18.0 AS base
FROM node:22.21.0 AS base
# Install required dependencies
RUN apt-get update && apt-get install -y gnupg2 curl