Align versions

This commit is contained in:
browniebroke 2025-09-11 08:38:55 +00:00 committed by github-actions[bot]
parent 90e9a1dad3
commit 3ac66c2a23
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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