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

optim(ci): use npm ci for install and cache npm #323

Merged
merged 1 commit into from
May 10, 2022

Commits on May 10, 2022

  1. optim(ci): use npm ci for install and cache npm

    - `npm ci` is installation for, well, CI, and is a good bit faster
      - c.f. https://docs.npmjs.com/cli/v8/commands/npm-ci
    
    - cache `npm` installation with `setup-node` for speedier installs
      - upgrade `setup-node` as this was released in v2.2.0:
        https://github.com/actions/setup-node/releases/tag/v2.2.0
    agilgur5 committed May 10, 2022
    Configuration menu
    Copy the full SHA
    6bc8d7f View commit details
    Browse the repository at this point in the history