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.
Built from https://develop.svn.wordpress.org/trunk@49369


git-svn-id: http://core.svn.wordpress.org/trunk@49128 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2020-10-29 01:22:04 +00:00
parent 36dcf727f4
commit 813fb756ae

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.6-beta2-49368';
$wp_version = '5.6-beta2-49369';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.