Skip to content

Commit

Permalink
fix(nix): use node 18 also in shell
Browse files Browse the repository at this point in the history
  • Loading branch information
1000101 committed Jul 20, 2023
1 parent df48c29 commit 207c778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- bump blockfrost-utils to 2.6.2
- bump node to 18 in shell.nix

## [1.6.0] - 2023-06-28

Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{ }
}:
let
nodejs = pkgs.nodejs-16_x;
nodejs = pkgs.nodejs-18_x;
in
pkgs.stdenv.mkDerivation {
name = "blockfrost-backend";
Expand Down

0 comments on commit 207c778

Please sign in to comment.