From 5c5889eabd68c4caf6c8586e2b9b29148af9dca1 Mon Sep 17 00:00:00 2001 From: Richard Simpson Date: Fri, 20 Sep 2019 15:19:05 -0500 Subject: [PATCH] chore: further simplify build --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9e77717..b1b1871 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,15 +1,15 @@ -name: Node CI +name: Test on: [push] jobs: - build: + test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - - name: Use Node.js ${{ matrix.node-version }} + - name: Use Node.js 10.x uses: actions/setup-node@v1 with: node-version: 10.x