Skip to content

Commit

Permalink
Breaking: drop node 8 (Level/community#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Apr 25, 2021
1 parent 8e8a642 commit fefe5b3
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [8, 10, 15]
node: [10, 12, 14, 16]
name: Node ${{ matrix.node }}
steps:
- name: Checkout
Expand All @@ -25,4 +25,4 @@ jobs:
- name: Codecov
uses: codecov/codecov-action@v1
with:
file: coverage/lcov.info
file: coverage/lcov.info
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"level"
],
"engines": {
"node": ">=8"
"node": ">=10"
}
}

0 comments on commit fefe5b3

Please sign in to comment.