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
Some checks failed
Build and Push App / build (push) Has been cancelled
This commit is contained in:
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user