Hi,
I noticed that the Node.js requirement in package.json is strictly pinned to 22.22.2.
Is this exact pin intentional, or was a >= accidentally omitted (e.g., >=22.22.2 or ^22.22.2)?
Pinning to an exact patch release triggers strict engine warnings (or blocks installation) on newer versions of Node.
Thanks!
Hi,
I noticed that the Node.js requirement in
package.jsonis strictly pinned to22.22.2.Is this exact pin intentional, or was a
>=accidentally omitted (e.g.,>=22.22.2or^22.22.2)?Pinning to an exact patch release triggers strict engine warnings (or blocks installation) on newer versions of Node.
Thanks!
preline/package.json
Line 107 in 05ca599