mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
* 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:
parent
95bec690b3
commit
0792f0904a
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -42,6 +42,7 @@ jobs:
|
||||
- '18'
|
||||
- '20'
|
||||
- '22'
|
||||
- '23'
|
||||
os:
|
||||
- ubuntu-latest
|
||||
name: Node.js ${{ matrix.node }}
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user