From c160296cc9e9c42faf47ac240065d9da1bd98a39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=BE=81=E8=BE=89?= <343196323@qq.com> Date: Tue, 18 Jun 2024 14:49:17 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=8E=20ci:=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/push.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 8ec2a2a..4a07e35 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -13,14 +13,14 @@ jobs: # 获取源码 - name: 迁出代码 # 使用action库 actions/checkout获取源码 - uses: actions/checkout@master + uses: actions/checkout@v2 # 安装Node10 - name: 安装node.js # 使用action库 actions/setup-node安装node - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: - node-version: 18.20.2 + node-version: 16.20.2 # 安装依赖 - name: 安装依赖