diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 6118f2e..6503ce3 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [ 10.x, 12.x ] + node-version: [ 12.x ] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}