Skip to content

Commit

Permalink
chore: add node 22 to CI (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
andipaetzold authored Oct 29, 2024
1 parent dbba2be commit adbdd2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ["18.0.0", "18", "20.0.0", "20"]
node: ["18.0.0", "18", "20.0.0", "20", "22.11.0", "22"]

steps:
- uses: actions/checkout@v4
Expand Down
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 18 and 20
- Node 18, 20 and 22
- 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

0 comments on commit adbdd2a

Please sign in to comment.