Skip to content

Commit

Permalink
fix pnpm min version (#10629)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiangxu committed May 23, 2024
1 parent aec9b8e commit 2b3f00d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ echo "Dependency | Minimum | Actual"
echo "git 2 $ver_git"
echo "go 1.21 $ver_go"
echo "node 20 $ver_node"
echo "pnpm 8 $ver_pnpm"
echo "pnpm 9 $ver_pnpm"
echo "foundry 0.2.0 (a5efe4f) $ver_foundry"
echo "make 3 $ver_make"
echo "jq 1.6 $ver_jq"
Expand Down

0 comments on commit 2b3f00d

Please sign in to comment.