Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

chore: update Node.js requirement to v24 and fix husky hook - #122

Merged
sorrycc merged 3 commits into
masterfrom
chore/update-node-requirement
Feb 12, 2026
Merged

chore: update Node.js requirement to v24 and fix husky hook#122
sorrycc merged 3 commits into
masterfrom
chore/update-node-requirement

Conversation

@iamdin

@iamdin iamdin commented Feb 11, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Update engines.node from >=20.0.0 <23.0.0 to >=24.13.1
  • Downgrade @types/node from ^25.2.0 to ^24.10.13 to match runtime
  • Fix husky pre-commit hook to use npx instead of pnpm

Test plan

  • npm run typecheck passes
  • Verify npm install works on Node 24

@github-actions

Copy link
Copy Markdown

Build Ready

Architecture Download DMG Size ZIP Size
Apple Silicon Download 105.20 MB 110.58 MB
Intel Download 108.45 MB 115.17 MB

Comment thread package.json
"@types/adm-zip": "^0.5.7",
"@types/bun": "^1.3.8",
"@types/node": "^25.2.0",
"@types/node": "^24.10.13",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

node type 不用降,先不用处理,后面升依赖的时候会升掉。

@sorrycc
sorrycc merged commit 6bc9b3e into master Feb 12, 2026
4 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants