Skip to content

Commit

Permalink
chore(shell.nix) Include node in check-tool-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rheeseyb committed Feb 2, 2024
1 parent ed71146 commit 499b999
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,8 @@ let
expectedToolVersions :: [(String, [String], [String])]
expectedToolVersions =
[ ("pnpm", ["--version"], ["7.14.2"])
[ ("node", ["--version"], ["v18.12.1"])
, ("pnpm", ["--version"], ["7.14.2"])
, ("yarn", ["--version"], ["1.22.19"])
, ("ghc", ["--version"], ["The Glorious Glasgow Haskell Compilation System, version 9.0.2"])
, ("cabal", ["--version"], ["cabal-install version 3.8.1.0", "compiled using version 3.8.1.0 of the Cabal library "])
Expand Down

0 comments on commit 499b999

Please sign in to comment.