Skip to content

Commit

Permalink
Breaking: drop Node.js 8 (Level/community#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Sep 12, 2021
1 parent a809bb4 commit ec94d45
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 @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [8, 10, 12, 14]
node: [10, 12, 14, 16]
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 @@ -48,6 +48,6 @@
"storage"
],
"engines": {
"node": ">=8.6.0"
"node": ">=10.12.0"
}
}

0 comments on commit ec94d45

Please sign in to comment.