diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6e93d71..e6564769 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,7 @@ jobs: - '18' - '20' - '22' + - '23' os: - ubuntu-latest name: Node.js ${{ matrix.node }} diff --git a/packages/pg-native/package.json b/packages/pg-native/package.json index 87eba804..d8aeb336 100644 --- a/packages/pg-native/package.json +++ b/packages/pg-native/package.json @@ -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": {