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.62k stars 137 forks source link

feat/519-raise-minimum-node-version-v20 #531

Closed MasterKale closed 9 months ago

MasterKale commented 9 months ago

This PR raises the minimum Node version to v20+, and now tests against LTS v20.

Deno testing has also been bumped to 1.41.0.

Fixed #519.