You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: remove CustomEvent import
`CustomEvent` is [global as of Node.js 18.7.0](https://nodejs.org/docs/latest/api/globals.html#customevent)
and the polyfill will be removed in `[email protected]` so remove the
import here for forwards compatibility with the js-libp2p monorepo.
* chore: use lts node when publishing
* chore: use lts node for tests and checks
0 commit comments