coinbase / coinbase/onchainkit

Add explicit Node.js engine requirement to package.json

Open
#2,652 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
1k
Forks
520
Avg merge
32m
Merged PRs (30d)
2

Description

### Describe the solution you'd like

The repository currently defines Node.js tooling through `.nvmrc` and package manager configuration, but does not expose an explicit `engines.node` requirement inside `package.json`.

Adding an `engines` field would improve contributor onboarding, reduce environment inconsistencies, and make Node.js version expectations clearer for local development and CI environments.

Example:

```json
"engines": {
"node": ">=22"
}

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.