fix: use nodejs_23 for vite 8 compatibility
Vite 8 requires Node.js 20.19+ or 22.12+; nodejs_22 in nixpkgs resolves to 22.11.0. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
1
.node-version
Normal file
1
.node-version
Normal file
@@ -0,0 +1 @@
|
||||
v23
|
||||
@@ -1,5 +1,5 @@
|
||||
[phases.setup]
|
||||
nixPkgs = ["nodejs_22", "pnpm"]
|
||||
nixPkgs = ["nodejs_23", "pnpm"]
|
||||
|
||||
[phases.build]
|
||||
cmds = ["pnpm build"]
|
||||
|
||||
Reference in New Issue
Block a user