Skip to content

Commit

Permalink
feat(deps): update better-sqlite3 to work with node@v22
Browse files Browse the repository at this point in the history
  • Loading branch information
missinglink committed Nov 7, 2024
1 parent 47ba170 commit ac2cc1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ac2cc1a

Please sign in to comment.