match node version with production

This commit is contained in:
Kim, Jimin 2025-03-17 05:49:43 +09:00
parent 866828e444
commit 60af7d1e7a
Signed by: pomp
GPG key ID: D3932F82A0667A3B
2 changed files with 31 additions and 28 deletions

View file

@ -25,7 +25,7 @@
# https://devenv.sh/supported-languages/javascript
javascript = {
enable = true;
package = pkgs.nodejs_20;
package = pkgs.nodejs_22;
pnpm = {
enable = true;