diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index 76d64daf..a282c2e5 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -12,6 +12,8 @@ jobs: - 14.x - 16.x - 18.x + - 20.x + - 22.x steps: - uses: actions/checkout@v4 - name: 'Install node.js ${{ matrix.node-version }}' diff --git a/package.json b/package.json index c1d99afd..504f07c2 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "@hapi/joi": "^16.1.8", "async": "^3.0.1", - "better-sqlite3": "^8.5.0", + "better-sqlite3": "^11.5.0", "combined-stream": "^1.0.5", "command-exists": "^1.2.9", "download-file-sync": "^1.0.4",