Update libpq to 1.8.14 and fix #3332 (#3364)

* Update libpq to 1.8.14 and fix #3332

Update libpq to 1.8.14 and fix #3332

* Add node 23
This commit is contained in:
francesco 2025-02-11 17:11:25 +01:00 committed by GitHub
parent 95bec690b3
commit 0792f0904a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -42,6 +42,7 @@ jobs:
- '18'
- '20'
- '22'
- '23'
os:
- ubuntu-latest
name: Node.js ${{ matrix.node }}

View File

@ -22,7 +22,7 @@
},
"homepage": "https://github.com/brianc/node-postgres/tree/master/packages/pg-native",
"dependencies": {
"libpq": "1.8.13",
"libpq": "1.8.14",
"pg-types": "^2.1.0"
},
"devDependencies": {