Skip to content

Commit

Permalink
Breaking: drop Node.js 10
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Jul 1, 2022
1 parent 94a2a8e commit 817c30c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# Node.js 10 is still supported by level-ws, but not by its devDependencies
node: [12, 14, 16]
node: [12, 14, 16, 18]
name: Node ${{ matrix.node }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"levelup"
],
"engines": {
"node": ">=10"
"node": ">=12"
}
}

0 comments on commit 817c30c

Please sign in to comment.