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

chore: replace custom cache step with config #823

Closed
wants to merge 3 commits into from
Closed

Commits on Jun 12, 2022

  1. chore: replace custom cache step with config

    The `actions/setup-python@v2` and higher included a built-in cache
    restore and post-run save step, meaning we can now retire our custom
    steps for the configuration we want and gain some speed here.
    
    Refs: actions/setup-python#266
    Refs: https://github.com/actions/setup-python#caching-packages-dependencies
    
    Signed-off-by: Mike Fiedler <miketheman@gmail.com>
    miketheman committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    d589481 View commit details
    Browse the repository at this point in the history
  2. chore: replace custom cache step with config

    The `actions/setup/node@v2` introduced support for configuring cache for
    npm.
    Since we use defaults, no changes are necessary other than setting the
    installer type.
    
    Refs: actions/setup-node#272
    
    Signed-off-by: Mike Fiedler <miketheman@gmail.com>
    miketheman committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    8b53d83 View commit details
    Browse the repository at this point in the history
  3. test: extract node ci to own file

    Signed-off-by: Mike Fiedler <miketheman@gmail.com>
    miketheman committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    a184ebb View commit details
    Browse the repository at this point in the history