wordpress-develop/.github/workflows
Jonathan Desrosiers 0c25dca719 Build/Test Tools: Use caching built into actions/setup-node.
This updates the `actions/setup-node` action to version 2.2.2 and takes advantage of the cache feature now built in. This removes the need for an additional step using `actions/cache` to cache NPM dependencies.

The cache key used will be `${{ runner.os }}-npm-${{ hashFiles('') }}`, which matches the recommendation in the `actions/cache` documentation and the key currently in use in the WordPress workflows.

Props gziolo.
Fixes #53584.

git-svn-id: https://develop.svn.wordpress.org/trunk@51341 602fd350-edb4-49c9-b593-d223f7449a82
2021-07-06 13:12:13 +00:00
..
coding-standards.yml Build/Test Tools: Use caching built into actions/setup-node. 2021-07-06 13:12:13 +00:00
end-to-end-tests.yml Build/Test Tools: Use caching built into actions/setup-node. 2021-07-06 13:12:13 +00:00
javascript-tests.yml Build/Test Tools: Use caching built into actions/setup-node. 2021-07-06 13:12:13 +00:00
php-compatibility.yml Build/Test Tools: Use the new concurrency setting for GitHub Actions. 2021-05-19 17:36:54 +00:00
phpunit-tests.yml Build/Test Tools: Use caching built into actions/setup-node. 2021-07-06 13:12:13 +00:00
test-coverage.yml Build/Test Tools: Use caching built into actions/setup-node. 2021-07-06 13:12:13 +00:00
test-npm.yml Build/Test Tools: Use caching built into actions/setup-node. 2021-07-06 13:12:13 +00:00
test-old-branches.yml Build/Test Tools: Add the 5.8 branch to the workflow for testing branches. 2021-06-30 03:57:04 +00:00
welcome-new-contributors.yml Build/Test Tools: Pin SHA versions to the remaining 3rd party actions. 2021-03-03 20:29:04 +00:00