1
0
Fork 0
mirror of https://github.com/imjasonh/apidiff-action synced 2026-07-06 22:52:43 +00:00

docs: document automatic dist updates

This commit is contained in:
Jason Hall 2025-07-30 10:16:17 -04:00
parent 82a5da160f
commit f90a1c237c
Failed to extract signature

View file

@ -12,6 +12,10 @@ This compiles all dependencies into `dist/index.js` which is what GitHub Actions
**Important**: The dist folder must be committed to the repository for the action to work. **Important**: The dist folder must be committed to the repository for the action to work.
### Automatic dist updates
If you forget to rebuild dist, the `update-dist` workflow will automatically update it for you on pull requests.
## Node Version ## Node Version
This project requires Node.js v20. We recommend using nvm to manage Node versions: This project requires Node.js v20. We recommend using nvm to manage Node versions: