diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a648be6ce0..13cc91a82a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - node: [10, 12, 14] + node: [12, 14] database: [mongo-dev, mongo, redis, postgres] include: # only run coverage once @@ -192,7 +192,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} flag-name: ${{ matrix.os }}-node-${{ matrix.node }}-db-${{ matrix.database }} parallel: true - + finish: needs: test runs-on: ubuntu-latest diff --git a/install/package.json b/install/package.json index d622902a16..117cfa2fc9 100644 --- a/install/package.json +++ b/install/package.json @@ -162,7 +162,7 @@ "url": "https://github.com/NodeBB/NodeBB/issues" }, "engines": { - "node": ">=10" + "node": ">=12" }, "maintainers": [ {