fix(node): support pre-Haswell x86_64 CPUs

This commit is contained in:
Gatefixer
2026-08-06 04:09:09 +00:00
parent 7357d63e87
commit cf9a8bf91d
4 changed files with 106 additions and 0 deletions
+1
View File
@@ -88,6 +88,7 @@
"lint-fix": "biome check --write . && biome format --write .",
"prepublishOnly": "napi prepublish -t npm",
"test": "jest --verbose",
"test:pre-haswell": "node ci/pre_haswell_smoke.js",
"integration": "S3_TEST=1 pnpm test",
"universal": "napi universalize",
"version": "napi version"