wordpress-develop/.github
Jonathan Desrosiers 886a9ddaa4 Build/Test Tools: Use install-changed to install NPM dependencies in GitHub Action workflows.
The `install-changed` package records a hash of the `package.json` file locally in a text file and only runs `npm install` when there are changes to account for. 

This builds on [47497], which only hashes the `package.json` file after a Grunt task is called. By using `npx install-changed` within the workflow files, the package is hashed before the first Grunt task is run.

Props ocean90.
See #50401, #49594.

git-svn-id: https://develop.svn.wordpress.org/trunk@49369 602fd350-edb4-49c9-b593-d223f7449a82
2020-10-29 01:20:42 +00:00
..
workflows Build/Test Tools: Use install-changed to install NPM dependencies in GitHub Action workflows. 2020-10-29 01:20:42 +00:00
pull_request_template.md General: Introduce a pull request template. 2020-02-21 18:23:28 +00:00