Commit 08dbfc4
committed
chore: update required node to >=20.19.0
@mongodb-js/oidc-plugin requires openid-client (a universal ESM
module) using `require()` in the dist. CJS style require for universal
ESMs are supported by default in node ^20.19.0 || ^22.12.0 || >=23.0.0.
Ref: https://www.npmjs.com/package/openid-client#fn-universal
For that reason it would be better to hint that we work best with
at-least 20.19.0 instead of what we have currently.1 parent 27c52b4 commit 08dbfc4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
0 commit comments