Commit a7853bf
authored
fix(profiling-node): 137 ABI should not be pruned for node 24 (#19236)
For stable node v24 the correct ABI is
[137](https://github.com/nodejs/node/blob/main/doc/abi_version_registry.json#L11C18-L11C21
), so this should not be pruned (currently 134 is excluded from pruning
for node v24, which only applies for node v24.0.0-pre).
Closes #192341 parent 6c4488d commit a7853bf
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments