Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit edf66ed

Browse files
committed
Use Node.js v22 for builds
1 parent 69679ce commit edf66ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
flake-utils.lib.eachSystem [ "x86_64-linux" ] (system:
99
let
1010
pkgs = import nixpkgs { inherit system; };
11-
node = pkgs.nodejs-18_x;
11+
node = pkgs.nodejs_22;
1212
src = pkgs.lib.cleanSource ./.;
1313

1414
packageJson = pkgs.lib.sourceByRegex ./. [

0 commit comments

Comments
 (0)