From 834675f5b6a862f9ef3ad4c8df9956bc7faef1c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AD=E6=A5=BC=E7=9A=84=E9=9B=A8?= Date: Thu, 23 Feb 2023 09:37:21 +0000 Subject: [PATCH] =?UTF-8?q?update=20.github/workflows/yudao-ui-admin.yml.?= =?UTF-8?q?=20=E5=AE=9A=E4=B9=89node.js=E7=89=88=E6=9C=AC=E7=94=A8?= =?UTF-8?q?=E7=9A=84=20node-version=EF=BC=8C=E5=8F=96=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E7=94=A8=E7=9A=84matrix.node=5Fversion=EF=BC=8C=E6=89=80?= =?UTF-8?q?=E4=BB=A5=E4=B8=80=E7=9B=B4=E5=8F=96=E4=B8=8D=E5=88=B0=E3=80=82?= =?UTF-8?q?=20=E7=9C=8B=E4=BA=86=E4=B8=8BGitHub=20Actions=E7=9A=84?= =?UTF-8?q?=E5=8E=86=E5=8F=B2=E8=AE=B0=E5=BD=95=EF=BC=8C=E4=BB=A5=E5=89=8D?= =?UTF-8?q?=E4=B9=9F=E5=8F=96=E4=B8=8D=E5=88=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=EF=BC=8C=E5=8F=AA=E4=B8=8D=E8=BF=87=E4=BB=A5=E5=89=8DGitHub?= =?UTF-8?q?=E5=BA=94=E8=AF=A5=E6=98=AF=E9=BB=98=E8=AE=A4=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=9A=8416.x=E7=89=88=E6=9C=AC=EF=BC=8C=E7=8E=B0=E5=9C=A8?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E4=BD=BF=E7=94=A818.x=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E4=BA=86=EF=BC=8C=E8=80=8C=E9=A1=B9=E7=9B=AE=E6=9C=80=E9=AB=98?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=88=B017.x=EF=BC=8C=E6=89=80=E4=BB=A5?= =?UTF-8?q?=E4=BB=A5=E5=89=8D=E4=B8=8D=E6=8A=A5=E9=94=99=EF=BC=8C=E4=BD=86?= =?UTF-8?q?=E7=8E=B0=E5=9C=A8=E6=8A=A5=E9=94=99=E4=BA=86=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 六楼的雨 --- .github/workflows/yudao-ui-admin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/yudao-ui-admin.yml b/.github/workflows/yudao-ui-admin.yml index 9650c2c36..a42a8f61c 100644 --- a/.github/workflows/yudao-ui-admin.yml +++ b/.github/workflows/yudao-ui-admin.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x] + node_version: [14.x, 16.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: