chore(deps): update dependency node to v22
This commit is contained in:
parent
182465341a
commit
7b6f3a3159
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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 ./
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue