From f1edd9e2b5b6956a9ae9b6dcdd59176f20a01cae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Sat, 12 Oct 2024 15:37:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B3=A8=E9=87=8A=E6=8E=89=20setup-nod?= =?UTF-8?q?e-environment.yml=20=E4=B8=AD=E7=9A=84=20sed=20=E5=92=8C=20cat?= =?UTF-8?q?=20=E5=91=BD=E4=BB=A4=EF=BC=8C=E4=BB=A5=E4=BE=BF=E4=BA=8E?= =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/setup-node-environment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/setup-node-environment.yml b/.github/workflows/setup-node-environment.yml index e6cf8fe..cee965f 100644 --- a/.github/workflows/setup-node-environment.yml +++ b/.github/workflows/setup-node-environment.yml @@ -40,8 +40,9 @@ jobs: - name: before run: | set -x; - sed -i '/use-node-version/d' .npmrc + # sed -i '/use-node-version/d' .npmrc node -v; + # cat .npmrc; - uses: yanhao98/composite-actions/setup-node-environment@main