We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95bec69 commit 0792f09Copy full SHA for 0792f09
.github/workflows/ci.yml
@@ -42,6 +42,7 @@ jobs:
42
- '18'
43
- '20'
44
- '22'
45
+ - '23'
46
os:
47
- ubuntu-latest
48
name: Node.js ${{ matrix.node }}
packages/pg-native/package.json
@@ -22,7 +22,7 @@
22
},
23
"homepage": "https://github.com/brianc/node-postgres/tree/master/packages/pg-native",
24
"dependencies": {
25
- "libpq": "1.8.13",
+ "libpq": "1.8.14",
26
"pg-types": "^2.1.0"
27
28
"devDependencies": {
0 commit comments