Bump node from 24.8 to 24.9 (#6081)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-09-30 10:50:51 +01:00 committed by GitHub
parent f099153a11
commit e6df9c6011
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -103,6 +103,6 @@ jobs:
run: uv sync --locked
- uses: actions/setup-node@v5
with:
node-version: "24.8"
node-version: "24.9"
- name: Bare Metal ${{ matrix.script.name }}
run: sh tests/test_bare.sh ${{ matrix.script.args }}

View File

@ -1,4 +1,4 @@
FROM docker.io/node:24.8-bookworm-slim
FROM docker.io/node:24.9-bookworm-slim
WORKDIR /app

View File

@ -1,5 +1,5 @@
{% if cookiecutter.frontend_pipeline in ['Gulp', 'Webpack'] -%}
FROM docker.io/node:24.8-bookworm-slim AS client-builder
FROM docker.io/node:24.9-bookworm-slim AS client-builder
ARG APP_HOME=/app
WORKDIR ${APP_HOME}

View File

@ -35,7 +35,7 @@
"webpack-merge": "^6.0.1"
},
"engines": {
"node": "24.8"
"node": "24.9"
},
"browserslist": [
"last 2 versions"