From a484f66e690686a4b977999cd84fff2817dada4a Mon Sep 17 00:00:00 2001 From: lyswhut Date: Wed, 10 Mar 2021 01:02:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E8=AF=AD=E6=B3=95=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 97298133..aee0df23 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,8 +14,8 @@ jobs: uses: actions/checkout@v2 - name: Install Node.js uses: actions/setup-node@v2 - with: - node-version: '12' + with: + node-version: '12.x' - name: Cache file - uses: actions/cache@v2 with: @@ -39,8 +39,8 @@ jobs: uses: actions/checkout@v2 - name: Install Node.js uses: actions/setup-node@v2 - with: - node-version: '12' + with: + node-version: '12.x' - name: Cache file - uses: actions/cache@v2 with: @@ -70,8 +70,8 @@ jobs: - name: Install Node.js uses: actions/setup-node@v2 - with: - node-version: '12' + with: + node-version: '12.x' - name: Cache file - uses: actions/cache@v2 with: