uuidjs / uuid

Generate RFC-compliant UUIDs in JavaScript
MIT License
14.66k stars 903 forks source link

chore: build script updates #782

Closed broofa closed 4 months ago

broofa commented 4 months ago

[!NOTE] Reverted the addition of node@22 to test matrix because the npm ci command was failing with the mysterious "Document exit handler not called" error. Given that ci.yml works for node@16,18 and 20, and only fails this way for node@22, and my limited time/interest in tracking this down, I'm going to chalk this up to a node regression and move on.

broofa commented 4 months ago

@ctavan Okay to merge?

Edit: Actually... do you know what's going on with the BrowserStack check? It looks like all the UI tests are getting skipped. But it's been that way since June so probably not specific to this PR.