diff options
| author | Pawel Zelawski <pawel@pzelawski.com> | 2026-05-23 10:07:34 +0200 |
|---|---|---|
| committer | Pawel Zelawski <pawel@pzelawski.com> | 2026-05-23 10:07:34 +0200 |
| commit | 63805760ab36357bbd8d67aa3c510e894785335f (patch) | |
| tree | 9e1ceb7ecef3df9d85b42291875c2cddb668dff2 /README.md | |
| parent | 3f3521cf5dad43dc537e6a56e469ccf73ae41927 (diff) | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -31,7 +31,7 @@ pnpm add digiid-ts The package provides both ESM and UMD builds, with full TypeScript type definitions. ### Requirements -- Node.js 16.0.0 or higher +- Node.js 20.19.0 or higher - TypeScript 4.5 or higher (for TypeScript users) ## Usage @@ -117,7 +117,7 @@ app.post('/auth/callback', async (req, res) => { ### Prerequisites -* Node.js 18+ +* Node.js 20.19.0+ * npm 9+ ### Setup @@ -141,4 +141,4 @@ MIT ## Contributing -Contributions are welcome! Please feel free to submit a Pull Request.
\ No newline at end of file +Contributions are welcome! Please feel free to submit a Pull Request. |
