chore: node bump

This commit is contained in:
Rasyidan Akbar F. 2026-03-26 13:24:40 +07:00
commit 4a24d4d9d8
3 changed files with 19 additions and 3 deletions

View file

@ -4,7 +4,7 @@ pkgs.mkShell {
name = "web-bun";
packages = with pkgs; [
bun
nodejs_20
nodejs_22
yarn
esbuild
vscode-langservers-extracted
@ -16,6 +16,6 @@ pkgs.mkShell {
export -f ccusage
echo "Bun/Node web shell ready"
echo "Bun: ${pkgs.bun.version}"
echo "Node: ${pkgs.nodejs_20.version}"
echo "Node: ${pkgs.nodejs_22.version}"
'';
}