Skip to content

Commit

Permalink
feat: drop node 14 support (#272)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop node 14 support
  • Loading branch information
andipaetzold committed Feb 4, 2023
1 parent ccba1e7 commit d44c67d
Show file tree
Hide file tree
Showing 7 changed files with 13,793 additions and 5,709 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
node: ["14.0.0", "14", "16.0.0", "16", "18.0.0", "18"]
node: ["16.0.0", "16", "18.0.0", "18"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
16
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ yarn add mdb-reader

### Node / JavaScript

- Node 14, 16, and 18
- Node 16 and 18
- Works in the browser with [buffer](https://www.npmjs.com/package/buffer) ([Example](https://github.com/andipaetzold/mdb-reader/tree/main/examples/browser))

### Access Database versions
Expand Down
Loading

0 comments on commit d44c67d

Please sign in to comment.