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