From 4c23f826577262c36f750923bf7aa3d1af8854e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Sat, 12 Oct 2024 15:41:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8F=96=E6=B6=88=E6=B3=A8=E9=87=8A=20?= =?UTF-8?q?setup-node-environment.yml=20=E4=B8=AD=E7=9A=84=20sed=20?= =?UTF-8?q?=E5=91=BD=E4=BB=A4=EF=BC=8C=E4=BB=A5=E7=A7=BB=E9=99=A4=20.npmrc?= =?UTF-8?q?=20=E6=96=87=E4=BB=B6=E4=B8=AD=E7=9A=84=20use-node-version=20?= =?UTF-8?q?=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/setup-node-environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup-node-environment.yml b/.github/workflows/setup-node-environment.yml index 658ce3b..55b9e83 100644 --- a/.github/workflows/setup-node-environment.yml +++ b/.github/workflows/setup-node-environment.yml @@ -40,7 +40,7 @@ jobs: - name: before run: | set -x; - # sed -i '/use-node-version/d' .npmrc + sed -i '/use-node-version/d' .npmrc node -v; cat .npmrc;