From 9ed77d83ddf93fd14d231e4a03ecfe39545a52ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=B5=B7?= Date: Thu, 23 Apr 2020 19:38:50 +0800 Subject: [PATCH] update nodejs.yml --- .github/workflows/nodejs.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 2650990..5444332 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -14,13 +14,9 @@ jobs: runs-on: ubuntu-latest - strategy: - matrix: - node-version: 12 - steps: - uses: actions/checkout@v2 - - name: Use Node.js 12 + - name: Use Node.js 12.x uses: actions/setup-node@v1 with: node-version: '12.x'