diff --git a/.github/workflows/nest.js.yml b/.github/workflows/nest.js.yml index 1147405fa..f43b793ec 100644 --- a/.github/workflows/nest.js.yml +++ b/.github/workflows/nest.js.yml @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [ 10.x, 12.x, 14.x, 15.x ] + node-version: [12.x, 14.x, 15.x ] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}