diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 7c609c8b..85c7d520 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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 diff --git a/README.md b/README.md index f1502b81..d4f477d2 100644 --- a/README.md +++ b/README.md @@ -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