diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index dd2d560..d0461c1 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -9,11 +9,9 @@ on: jobs: test: runs-on: ubuntu-latest - strategy: matrix: - node: [ 12.x, 14.x, 15.x, 16.x] - + node: [ 12.x, 14.x, 15.x, 16.x ] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node }} @@ -23,7 +21,7 @@ jobs: - run: npm install - run: npm test - #- name: Coveralls - # uses: coverallsapp/github-action@master - # with: - # github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + - name: Coveralls + uses: coverallsapp/github-action@master + with: + github-token: ${{ secrets.GITHUB_TOKEN }}