Skip to content

Commit c5d91e5

Browse files
committed
DuckDB rewrite: require Node.js v22 💥💚
1 parent 81138e2 commit c5d91e5

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: setup Node
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: 20.x
24+
node-version: 22.x
2525
- run: npm install
2626

2727
- name: build binaries

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: setup Node
3131
uses: actions/setup-node@v1
3232
with:
33-
node-version: '20.x'
33+
node-version: '22.x'
3434
- name: install sponge (moreutils)
3535
run: sudo apt install -y moreutils
3636

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
strategy:
1818
matrix:
1919
node-version:
20-
- '20.x'
2120
- '22.x'
2221
- '24.x'
2322
postgis-docker-tag:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
}
5555
],
5656
"engines": {
57-
"node": ">=20.17"
57+
"node": ">=22"
5858
},
5959
"dependencies": {
6060
"csv-stringify": "^6.2.0",

0 commit comments

Comments
 (0)