Skip to content

Commit

Permalink
chore: remove node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Mar 15, 2021
1 parent a8f7b24 commit 8d3ec23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion install/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"url": "https://github.com/NodeBB/NodeBB/issues"
},
"engines": {
"node": ">=10"
"node": ">=12"
},
"maintainers": [
{
Expand Down

0 comments on commit 8d3ec23

Please sign in to comment.