Skip to content

Commit 9d7b91d

Browse files
authored
Merge branch 'develop' into feat/loginFeat
2 parents 47bbf71 + 27c951f commit 9d7b91d

File tree

14 files changed

+7844
-3395
lines changed

14 files changed

+7844
-3395
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v2
88
- uses: actions/setup-node@v4.1.0
99
with:
10-
node-version: 24.12.0
10+
node-version: 24.14.0
1111
- name: Get Version
1212
run: npm -v
1313
- name: Install modules

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v24.12.0
1+
v24.14.0

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ COPY start.sh ./start.sh
2424

2525
# ─────────────────────────────────────────────
2626
# Production stage
27-
FROM node:24.13.0-trixie-slim AS runner
27+
FROM node:24.14.0-trixie-slim AS runner
2828

2929
WORKDIR /gen3
3030

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "0.12.29",
3+
"version": "0.12.30",
44
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
55
}

0 commit comments

Comments
 (0)