Skip to content

Commit

Permalink
Bump node in devenv
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Sep 6, 2023
1 parent 6d013b1 commit 2025bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devenv.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs, ... }:

let
node = pkgs.nodejs_16;
node = pkgs.nodejs_20;
in
{
packages = [
Expand Down

0 comments on commit 2025bda

Please sign in to comment.