From e261d3106b3560d82a9943fdb78da9acacc0751f Mon Sep 17 00:00:00 2001 From: CaoMeiYouRen <996881204@qq.com> Date: Mon, 20 Dec 2021 22:52:56 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20.github\workflows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a9262f..7a3749d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup Node.js environment - uses: actions/setup-node@v2.1.2 + uses: actions/setup-node@v2 with: node-version: "14" - name: Cache multiple paths diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2084acb..18523f1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup Node.js@14 environment - uses: actions/setup-node@v2.1.2 + uses: actions/setup-node@v2 with: node-version: "14" - name: Cache multiple paths