We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c237f6 commit a696374Copy full SHA for a696374
.github/workflows/_test.yml
@@ -8,9 +8,10 @@ jobs:
8
os:
9
- ${{ vars.UBUNTU_VERSION || 'ubuntu-22.04' }}
10
node-version:
11
+ - 23.x
12
+ - 22.x
13
- 20.x
14
- 18.x
- - 16.x
15
steps:
16
- uses: actions/checkout@v4
17
- name: 'Install node.js ${{ matrix.node-version }}'
package.json
@@ -21,7 +21,7 @@
21
"dependencies": {
22
"@turf/bbox": "^6.0.1",
23
"axios": "^0.21.1",
24
- "better-sqlite3": "^8.3.0",
+ "better-sqlite3": "^11.8.1",
25
"combine-streams": "^1.0.0",
26
"command-exists": "^1.2.8",
27
"csv-write-stream": "^2.0.0",
0 commit comments