MasterKale / SimpleWebAuthn

WebAuthn, Simplified. A collection of TypeScript-first libraries for simpler WebAuthn integration. Supports modern browsers, Node, Deno, and more.
https://simplewebauthn.dev
MIT License
1.63k stars 137 forks source link

update-lerna #235

Closed MasterKale closed 2 years ago

MasterKale commented 2 years ago

Lerna 5.3.0 dropped yesterday. In it was a fix (https://github.com/lerna/lerna/pull/3262) for an issue over in the ionic-framework repo that looked suspiciously like the "prepublish" issue I logged in https://github.com/lerna/lerna/issues/3259.

I'm updating the project to this latest version of 5.3.0, and am re-enabling Node 18 CI testing to see if the issue pops up again.