Skip to content

Commit

Permalink
chore: drop support for node versions older than 12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherry committed Oct 4, 2020
1 parent 4b0b8cf commit 0f34b4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [8, 10, 12]
node: [12]
name: Node ${{ matrix.node }} Test
steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"supertest": "^4.0.2"
},
"engines": {
"node": ">=8"
"node": ">=12"
}
}

0 comments on commit 0f34b4e

Please sign in to comment.