summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPawel Zelawski <pawel@pzelawski.com>2026-05-23 10:07:34 +0200
committerPawel Zelawski <pawel@pzelawski.com>2026-05-23 10:07:34 +0200
commit63805760ab36357bbd8d67aa3c510e894785335f (patch)
tree9e1ceb7ecef3df9d85b42291875c2cddb668dff2 /README.md
parent3f3521cf5dad43dc537e6a56e469ccf73ae41927 (diff)
chore!: upgrade deps/tooling, fix postcss vulnerability, and require Node >=20.19.0HEADv3.0.0main
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2be985c..e3cba54 100644
--- a/README.md
+++ b/README.md
@@ -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.