Skip to content

Commit

Permalink
Upgrade Bun 1.20 -> 1.43
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeCooper committed Jan 17, 2025
1 parent 6e8a1b9 commit 9595d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/node/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mod turborepo;

pub const NODE_OVERLAY: &str = "/~https://github.com/railwayapp/nix-npm-overlay/archive/main.tar.gz";

const NODE_NIXPKGS_ARCHIVE: &str = "5624e1334b26ddc18da37e132b6fa8e93b481468";
const NODE_NIXPKGS_ARCHIVE: &str = "506099637aa91aeea439c6e573d5a679976f3eed";

// We need to use a specific commit hash for Node versions <16 since it is EOL in the latest Nix packages
const NODE_LT_16_ARCHIVE: &str = "bf744fe90419885eefced41b3e5ae442d732712d";
Expand Down

0 comments on commit 9595d35

Please sign in to comment.