chore(global): enforce node and pnpm versions #364
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note
Standardizes Node.js 22.21.1 and pnpm 10.26 across the repo, updates CI to read .nvmrc with caching, pins Docker to Node 22.21.1-alpine, tightens engine checks, updates docs, and refreshes related dependencies.
.nvmrc(Node22.21.1) and.npmrc/.yarnrcwithengine-strict.package.json: declarepackageManager: [email protected]and enforce engines (node >=22.21.1,pnpm >=10.26.0).packages/linea-ens-contracts/package.json: bumpvolta.nodeto22.21.1and addengines.node >=22.21.1.actions/setup-node@v4withnode-version-file: .nvmrc.yarnfor contracts,pnpmfor resolver); upgradepnpm/action-setuptov4.node:22.21.1-alpineinpackages/linea-ens-app/Dockerfile.README.mdand app README; note.nvmrcusage.next15.4.x,sharp0.34.x) to align with Node 22.Written by Cursor Bugbot for commit 722fb61. This will update automatically on new commits. Configure here.