Skip to content

Commit

Permalink
Merge pull request #150 from nlxai/update-node
Browse files Browse the repository at this point in the history
update node
  • Loading branch information
michaelglass authored Aug 7, 2024
2 parents 4e4b528 + a324d3c commit 3d5e750
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.2
18.20.4
14 changes: 7 additions & 7 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
description = "nlx SDK dev env";

inputs.flake-utils.url = "github:numtide/flake-utils";
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";

outputs =
{ self
Expand Down Expand Up @@ -33,7 +33,7 @@
# caddy is used to mimic github actions more closely than the vite dev server. Not used in production
(assertVersion "2.7.6" caddy)
# comrak is used to preview rendered markdown. Not used in production.
(assertVersion "0.19.0" comrak)
(assertVersion "0.23.0" comrak)
# used for testing dead website links
(assertVersion "1.21.4" wget)
];
Expand Down

0 comments on commit 3d5e750

Please sign in to comment.