Align versions

This commit is contained in:
browniebroke 2025-02-14 07:29:43 +00:00 committed by github-actions[bot]
parent 4f6c287f13
commit 115e3c3536
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,5 +1,5 @@
{% if cookiecutter.frontend_pipeline in ['Gulp', 'Webpack'] -%}
FROM docker.io/node:22.13-bookworm-slim AS client-builder
FROM docker.io/node:22.14-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": "22.13"
"node": "22.14"
},
"browserslist": [
"last 2 versions"