mirror of
https://github.com/imjasonh/apidiff-action
synced 2026-07-06 22:52:43 +00:00
Configure Node.js v20 for local development
- Add .node-version and .nvmrc files specifying Node 20.9.0 - Add engines field to package.json requiring Node 20 - Re-enable dist build/check hooks in pre-commit - Add build-dist workflow for automated builds with Node 20 - Update documentation with Node version requirements This ensures consistent builds between local development and CI. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
1cabe34a14
commit
9f05344e16
6 changed files with 80 additions and 24 deletions
1
.node-version
Normal file
1
.node-version
Normal file
|
|
@ -0,0 +1 @@
|
|||
20.9.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue