mirror of
https://github.com/SukkaW/Surge.git
synced 2026-09-12 18:44:36 +08:00
Wire up Dead Domain CI Check for Node.js 26 [skip ci]
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user