Wire up Dead Domain CI Check for Node.js 26 [skip ci]

This commit is contained in:
SukkaW
2026-08-09 18:32:00 +08:00
parent 14f5811242
commit f141253cfe
5 changed files with 41 additions and 13 deletions

View File

@@ -15,7 +15,7 @@
"build-profile": "pnpm run dexnode -r @swc-node/register ./Build/index.ts",
"bench-download": "pnpm run node ./Build/benchmark-download-client.ts",
"lint": "eslint --format=sukka .",
"test": "SWC_NODE_IGNORE_DYNAMIC=true SWC_NODE_PROJECT=tsconfig.test.json mocha --require @swc-node/register --watch-extensions ts,tsx"
"test": "SWC_NODE_IGNORE_DYNAMIC=true SWC_NODE_PROJECT=tsconfig.test.json mocha --require @swc-node/register --watch-extensions ts,tsx \"Build/**/*.test.ts\""
},
"author": "",
"license": "ISC",
@@ -26,7 +26,7 @@
"ci-info": "^4.4.0",
"cli-progress": "^3.12.0",
"csv-parse": "^7.0.2",
"domain-alive": "^0.1.24",
"domain-alive": "^0.1.25",
"fast-cidr-tools": "^0.3.4",
"fast-escape-regexp": "^1.0.1",
"fast-uri": "^4.1.2",