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:
parent
82a5da160f
commit
f90a1c237c
1 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue