From 0792f0904a3aec7d6d33792c0d1848703867bd99 Mon Sep 17 00:00:00 2001 From: francesco Date: Tue, 11 Feb 2025 17:11:25 +0100 Subject: [PATCH] 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 --- .github/workflows/ci.yml | 1 + packages/pg-native/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6e93d71e..e65647693 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 87eba804f..d8aeb3362 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": {