Skip to content

[CI] Avoid installing unnecessary dependencies #4242

@dyladan

Description

@dyladan
          nit: This `npm install semver` installs all dependencies anyway (npm issue: https://github.com/npm/cli/issues/3023).  This could consider just running `npm ci` OR also installing semver globally (untested): `npm install -g semver`. The latter, if it works, would avoid installing ~800MB of deps.

Originally posted by @trentm in #4238 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    contribfestThese small and isolated issues are suitable for Kubecon Contribfest

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions