Skip to content

Comments

Add Node.js engines field to indicate supported versions#24

Open
aratcliffe wants to merge 1 commit intomainfrom
add-node-engines-field
Open

Add Node.js engines field to indicate supported versions#24
aratcliffe wants to merge 1 commit intomainfrom
add-node-engines-field

Conversation

@aratcliffe
Copy link

This project currently throws a runtime error on Node 24 (Function.prototype.apply on undefined).
Verified working on Node 20 LTS.

Added an "engines" block to package.json:

"engines": { "node": ">=16 <20" }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant