Skip to content

Commit

Permalink
Breaking: drop node 6 and 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 c24f2e1 commit 2b04c28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,21 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [6, 8, 10]
node: [10, 12, 14, 16]
name: Node ${{ matrix.node }}
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Use node ${{ matrix.node }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}

- name: Install
run: npm install

- name: Test
run: npm test

- name: Coverage
run: npm run coverage

- name: Codecov
uses: codecov/codecov-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"levelup"
],
"engines": {
"node": ">=6"
"node": ">=10"
}
}

0 comments on commit 2b04c28

Please sign in to comment.