chore: bump Node version in workspace

This commit is contained in:
Szilárd Dóró
2023-06-13 14:42:28 +02:00
parent 2982b90469
commit ff4efe2712

View File

@@ -124,7 +124,7 @@
default = pkgs.mkShell {
buildInputs = with pkgs; [
nhost
nodejs_16
nodejs_18
nodePackages.pnpm
nhost
] ++ buildInputs ++ nativeBuildInputs;