chore: upgrade Node.js version and related dependencies to 24.4.0

- Updated .nvmrc and Dockerfiles to use Node.js 24.4.0.
- Modified package.json files across multiple applications to reflect the new Node.js version and updated @types/node dependency.
- Updated better-auth and @better-auth/sso dependencies to version v1.5.0-beta.16 in relevant package.json files.
- Removed outdated .nvmrc file from apps/dokploy.
This commit is contained in:
Mauricio Siu
2026-02-18 11:10:51 -06:00
parent c688311580
commit d70c865dc7
13 changed files with 887 additions and 135 deletions

View File

@@ -1,5 +1,5 @@
# Dockerfile for DevContainer
FROM node:20.16.0-bullseye-slim
FROM node:24.4.0-bullseye-slim
# Install essential packages
RUN apt-get update && apt-get install -y \