Skip to content

Commit

Permalink
use node 22 for pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Dec 17, 2024
1 parent 92e9bad commit 42a5342
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nix/home/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
(yarn.override {
nodejs = nodejs_22;
})
nodePackages.pnpm
(nodePackages.pnpm.override {
nodejs = nodejs_22;
})
# python

python3
Expand Down

0 comments on commit 42a5342

Please sign in to comment.