diff --git a/.github/workflows/nest.js.yml b/.github/workflows/nest.js.yml index 7eabf6ce4..a88f42417 100644 --- a/.github/workflows/nest.js.yml +++ b/.github/workflows/nest.js.yml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.x, 14.x, 16.x, 18.x ] + node-version: [ 14.x, 16.x, 18.x ] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }}