Skip to content

Commit

Permalink
enable test for version 8 temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoventurini committed Oct 25, 2023
1 parent 31d279a commit 71b1523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export const NodeVersion = parseInt(
10,
);

export const SupportsAsyncHooks = NodeVersion >= 12;
export const SupportsAsyncHooks = NodeVersion >= 8;

0 comments on commit 71b1523

Please sign in to comment.