-
Notifications
You must be signed in to change notification settings - Fork 382
chore(ci): test on node v16 #436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks for opening this pull request! Each pull request require an update in the CHANGELOG. Please update it based on your changes. |
Oh wow, our tests make node abort 🙈 /cc @sam-github @siimon @zbjornson I guess we should try to add this module to CITGM after we figure out what's wrong |
Not particularly helpful. I can try to take a look later this week/weekend. |
I got the same error when experimenting with a fix for #435 ... currently looking for a quickfix, even if not elegant. EDIT: this happens when you try to call EDIT 2: see correction below, the bug is on a |
@analytik do you have a minimal reproduction? I tried this and it seems to work? const { performance } = require("perf_hooks");
for (let i = 0; i < 10; i++) {
performance.measure("gc");
} |
I think I got it - see my fresh bug report in node.js EDIT: I misspoke, not |
16.1.0 released with a fix |
16.1.0 not added here yet, so |
Well, at least I can confirm that on Windows, 16.1.0 passes all tests and 16.0.0 crashes. |
Yeah, CI passes when I force it to be 16.1 👍 |
No description provided.