Skip to content

chore(common): PHPMNT-394 Upgrade to Node.js to v26 - #66

Open
TomA-R wants to merge 1 commit into
masterfrom
node26
Open

chore(common): PHPMNT-394 Upgrade to Node.js to v26#66
TomA-R wants to merge 1 commit into
masterfrom
node26

Conversation

@TomA-R

@TomA-R TomA-R commented Aug 13, 2026

Copy link
Copy Markdown
Member

Jira: PHPMNT-394

What/Why?

Upgrade to Node.js to v26 to stay up to date. Node 20 is EOL

Rollout/Rollback

Merge / revert

Testing

CI on this PR

@TomA-R
TomA-R marked this pull request as ready for review August 13, 2026 06:16
Comment thread package.json Outdated
Comment thread package.json
"build": "tsc --outDir lib --project tsconfig.json",
"lint": "eslint 'src/**/*.ts' && tsc --noEmit",
"prepare": "check-node-version --node '>=10' --npm '>=6' && npm run build",
"prepare": "check-node-version --node '>=26' --npm '>=11' && npm run build",

@bc-maxy bc-maxy Aug 13, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any specific reason we are bumping it to 26? Recommended node for production right now is 24.19.0 (LTS version), should we allow it as well?

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.

2 participants