diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 2893211..aeaaf28 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -2,11 +2,11 @@ name: Node on: [push] jobs: test: - name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }} + name: Node ${{ matrix.node-version }} . ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [6, 8, 10, 12, 13] + node-version: [10, 12] os: [ubuntu-latest, windows-latest, macOS-latest] steps: - uses: actions/checkout@v1