feat: 移除 action.yml 中的调试信息以简化节点版本提取逻辑

This commit is contained in:
严浩
2024-10-12 15:53:42 +08:00
parent 64ad47eb05
commit 54a6963676

View File

@ -67,7 +67,6 @@ runs:
# Extract the node version from the .npmrc file
set -x;
nodeVersion=$(sed -n 's/.*use-node-version=\([0-9.]*\).*/\1/p' .npmrc)
if [[ -z "$nodeVersion" ]]; then
nodeVersion="lts/*"