diff --git a/.github/workflows/nest.js.yml b/.github/workflows/nest.js.yml index 54735056e..d560e974c 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: [12.x, 14.x, 15.x, 16.x ] + node-version: [12.x, 14.x, 16.x ] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}