From 02a3fec8036fa15a0cc5a9e79bb41eebea4eee45 Mon Sep 17 00:00:00 2001 From: Minggang Wang Date: Mon, 20 Jul 2026 11:07:31 +0800 Subject: [PATCH 1/2] Pump c8 to 12.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a3867630..2abe9a1c 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "@types/node": "^26.0.0", "@typescript-eslint/eslint-plugin": "^8.18.0", "@typescript-eslint/parser": "^8.18.0", - "c8": "^11.0.0", + "c8": "^12.0.0", "clang-format": "^1.8.0", "commander": "^15.0.0", "coveralls": "^3.1.1", From 8b73521ae45ff5e5cb7f94a554b39e736dec692e Mon Sep 17 00:00:00 2001 From: Minggang Wang Date: Mon, 20 Jul 2026 12:49:31 +0800 Subject: [PATCH 2/2] Fix failures with nodejs 20.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2abe9a1c..91c2ce92 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "debug": "^4.4.0", "json-bigint": "^1.0.0", "node-addon-api": "^8.3.1", - "node-gyp": "^13.0.0", + "node-gyp": "^12.2.0", "rxjs": "^7.8.1", "walk": "^2.3.15", "ws": "^8.18.0"