From 7a938d68b1906dc9458fbb5fa98e382e06adaefa Mon Sep 17 00:00:00 2001 From: any86 <383514580@qq.com> Date: Tue, 28 Apr 2020 11:40:59 +0800 Subject: [PATCH] =?UTF-8?q?chore(ci):=20=E6=9B=B4=E6=96=B0action=E7=9A=84v?= =?UTF-8?q?ersion=E5=AD=97=E6=AE=B5=E4=B8=BAnode-version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index a3ae4f8..3a1b876 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -12,7 +12,7 @@ jobs: - name: Use Node.js 10.x uses: actions/setup-node@v1 with: - version: 10.x + node-version: 10.x - name: test run: | npm i