From 54a6963676d78725b5f101f3643815bdfe26d73f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Sat, 12 Oct 2024 15:53:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A7=BB=E9=99=A4=20action.yml=20?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E8=B0=83=E8=AF=95=E4=BF=A1=E6=81=AF=E4=BB=A5?= =?UTF-8?q?=E7=AE=80=E5=8C=96=E8=8A=82=E7=82=B9=E7=89=88=E6=9C=AC=E6=8F=90?= =?UTF-8?q?=E5=8F=96=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup-node-environment/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/setup-node-environment/action.yml b/setup-node-environment/action.yml index 5205611..d1d8398 100644 --- a/setup-node-environment/action.yml +++ b/setup-node-environment/action.yml @@ -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/*"