wordpress-develop/.github/workflows
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
..
coding-standards.yml Build/Test Tools: Use install-changed to install NPM dependencies in GitHub Action workflows. 2020-10-29 01:20:42 +00:00
end-to-end-tests.yml Build/Test Tools: Use install-changed to install NPM dependencies in GitHub Action workflows. 2020-10-29 01:20:42 +00:00
javascript-tests.yml Build/Test Tools: Use install-changed to install NPM dependencies in GitHub Action workflows. 2020-10-29 01:20:42 +00:00
php-compatibility.yml Build/Test Tools: Specify the full working directory for PHPCS 2020-10-16 17:12:16 +00:00
phpunit-tests.yml Build/Test Tools: Use install-changed to install NPM dependencies in GitHub Action workflows. 2020-10-29 01:20:42 +00:00
verify-npm-on-windows.yml Build/Test Tools: Use install-changed to install NPM dependencies in GitHub Action workflows. 2020-10-29 01:20:42 +00:00
welcome-new-contributors.yml Build/Test Tools: Change the event that triggers the “Welcome” workflow. 2020-10-16 00:37:03 +00:00