Skip to content

Commit a696374

Browse files
committed
feat(deps): update better-sqlite3
1 parent 3c237f6 commit a696374

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ jobs:
88
os:
99
- ${{ vars.UBUNTU_VERSION || 'ubuntu-22.04' }}
1010
node-version:
11+
- 23.x
12+
- 22.x
1113
- 20.x
1214
- 18.x
13-
- 16.x
1415
steps:
1516
- uses: actions/checkout@v4
1617
- name: 'Install node.js ${{ matrix.node-version }}'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@turf/bbox": "^6.0.1",
2323
"axios": "^0.21.1",
24-
"better-sqlite3": "^8.3.0",
24+
"better-sqlite3": "^11.8.1",
2525
"combine-streams": "^1.0.0",
2626
"command-exists": "^1.2.8",
2727
"csv-write-stream": "^2.0.0",

0 commit comments

Comments
 (0)