Skip to content

Commit

Permalink
Run node v22 in dev and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
airhorns committed Jun 1, 2024
1 parent 0ebab7f commit f1f22a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
packages =
rec {
bash = pkgs.bash;
nodejs = pkgs.nodejs_21;
pnpm = pkgs.nodejs_21.pkgs.pnpm;
npm = pkgs.nodejs_21.pkgs.npm;
nodejs = pkgs.nodejs_22;
pnpm = pkgs.nodejs_22.pkgs.pnpm;
npm = pkgs.nodejs_22.pkgs.npm;
};

devShell = pkgs.mkShell {
Expand Down

0 comments on commit f1f22a0

Please sign in to comment.