Skip to content

Commit

Permalink
feat: move to nodeJS v20
Browse files Browse the repository at this point in the history
  • Loading branch information
chmanie committed May 29, 2024
1 parent c58c404 commit a833772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.1
20.11.0
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}: {
devShell.x86_64-linux = with nixpkgs_node.legacyPackages.x86_64-linux;
mkShell {
buildInputs = [nodejs_18 nodePackages.pnpm python3 zsh];
buildInputs = [nodejs_20 nodePackages.pnpm python3 zsh];
shellHook = ''
if [ -n "$SHELL" ]; then
exec $SHELL
Expand Down

0 comments on commit a833772

Please sign in to comment.