chore(deps): update dependency node to v22

This commit is contained in:
renovate[bot] 2025-06-22 22:34:25 +00:00 committed by GitHub
parent 182465341a
commit 7b6f3a3159
4 changed files with 5 additions and 5 deletions

View File

@ -54,7 +54,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "22"
cache: "npm"
cache-dependency-path: frontend/package-lock.json

View File

@ -78,7 +78,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "22"
cache: "npm"
cache-dependency-path: frontend/package-lock.json

View File

@ -1,5 +1,5 @@
# --- Frontend build stage ---
FROM node:20-bookworm as frontend-builder
FROM node:22-bookworm as frontend-builder
WORKDIR /frontend
COPY frontend/package*.json ./

View File

@ -89,7 +89,7 @@ services:
# Frontend test runner service
frontend_test:
image: node:18-alpine
image: node:22-alpine
container_name: readur_frontend_test
working_dir: /app
environment:
@ -107,7 +107,7 @@ services:
# Frontend development server for E2E tests
frontend_dev:
image: node:18-alpine
image: node:22-alpine
container_name: readur_frontend_dev
working_dir: /app
environment: