chore: switch to node 20

This commit is contained in:
2024-06-23 13:14:42 +02:00
parent d31c11bfb8
commit fd980f9ecb
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
nodejs_22
nativeBuildInputs = [
pkgs.nodejs_20
];
}