From 162d075a294c5624e9d879cb3c2ecdfbd244fe75 Mon Sep 17 00:00:00 2001 From: likaifeng Date: Thu, 16 Nov 2023 17:15:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=94=B9=E9=85=8D=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deplay.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deplay.yml b/.github/workflows/deplay.yml index 2157b89..f68e4ed 100644 --- a/.github/workflows/deplay.yml +++ b/.github/workflows/deplay.yml @@ -20,7 +20,7 @@ jobs: - name: Node uses: actions/setup-node@v3 with: - node-version: 14.18.0 # node版本 + node-version: 16.14.0 # node版本 # 运行命令,npm install - name: Install