Add Node.js version restrictions#1340
Conversation
Assumed from last Changelog the current version supports Node.js 16, 18, 20 and we should also not block 21+ for now, Right?
|
Thank you! |
|
Why was this added in a minor release? This is a breaking change and should have been released in a major version |
This reverts commit afa494e.
This reverts commit afa494e.
Released a patch version v7.1.1 to remove the engine requirement. We will still put the constraint on v8.x since we don't test older Node.js versions. Disable |
Assumed from last Changelog the current version supports Node.js 16, 18, 20 and we should also not block 21+ for now, Right?
fixes #1339