Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use NPM caching built into action/setup-node #33190

Merged
merged 4 commits into from Jul 6, 2021

Commits on Jul 5, 2021

  1. Use NPM caching built into action/setup-node.

    As of version 2.2.2, caching for NPM dependencies is now built into the `action/setup-action` action.
    
    See https://github.blog/changelog/2021-07-02-github-actions-setup-node-now-supports-dependency-caching/ for more information.
    desrosj committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    a019dd5 View commit details
    Browse the repository at this point in the history
  2. Consistently include an empty line before steps.

    This is mostly to retrigger workflows now that a cache exists to test the new built in caching for `actions/setup-node`.
    desrosj committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    e879edd View commit details
    Browse the repository at this point in the history
  3. Continue using the old caching method for the pull request workflow.

    The `npm install` runs for a separate directory, which could cause a very small subset of packages to be cached.
    desrosj committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    5f1abad View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Configuration menu
    Copy the full SHA
    b6427c8 View commit details
    Browse the repository at this point in the history