Commit 2b3f00df authored by zhiqiangxu's avatar zhiqiangxu Committed by GitHub

fix pnpm min version (#10629)

parent aec9b8ea
...@@ -43,7 +43,7 @@ echo "Dependency | Minimum | Actual" ...@@ -43,7 +43,7 @@ echo "Dependency | Minimum | Actual"
echo "git 2 $ver_git" echo "git 2 $ver_git"
echo "go 1.21 $ver_go" echo "go 1.21 $ver_go"
echo "node 20 $ver_node" echo "node 20 $ver_node"
echo "pnpm 8 $ver_pnpm" echo "pnpm 9 $ver_pnpm"
echo "foundry 0.2.0 (a5efe4f) $ver_foundry" echo "foundry 0.2.0 (a5efe4f) $ver_foundry"
echo "make 3 $ver_make" echo "make 3 $ver_make"
echo "jq 1.6 $ver_jq" echo "jq 1.6 $ver_jq"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment