build: upgrade to Node.js 23 and add nixpacks configuration for admin service
Some checks failed
Build and Push App / build (push) Has been cancelled

This commit is contained in:
2026-04-19 22:14:35 +02:00
parent 098c38f921
commit 5ba6feeb99
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[phases.setup]
nixPkgs = ["nodePackages.npm", "nodejs_22", "openssl"]
nixPkgs = ["nodePackages.npm", "nodejs_23", "openssl"]
[phases.build]
cmds = ["npm install", "npx prisma generate", "npm run build"]

View File

@@ -1,5 +1,5 @@
[phases.setup]
nixPkgs = ["nodePackages.npm", "nodejs_22", "openssl"]
nixPkgs = ["nodePackages.npm", "nodejs_23", "openssl"]
[phases.build]
cmds = ["npm install", "npx prisma generate", "npm run build"]