Skip to content

Commit 0792f09

Browse files
authored
Update libpq to 1.8.14 and fix brianc#3332 (brianc#3364)
* Update libpq to 1.8.14 and fix brianc#3332 Update libpq to 1.8.14 and fix brianc#3332 * Add node 23
1 parent 95bec69 commit 0792f09

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- '18'
4343
- '20'
4444
- '22'
45+
- '23'
4546
os:
4647
- ubuntu-latest
4748
name: Node.js ${{ matrix.node }}

packages/pg-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"homepage": "https://github.com/brianc/node-postgres/tree/master/packages/pg-native",
2424
"dependencies": {
25-
"libpq": "1.8.13",
25+
"libpq": "1.8.14",
2626
"pg-types": "^2.1.0"
2727
},
2828
"devDependencies": {

0 commit comments

Comments
 (0)