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 ci instead of npm install & Remove zlib dependency from package.json #3850

Merged
merged 5 commits into from
Mar 25, 2024

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    7bafe99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c1c3fd View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    213f454 View commit details
    Browse the repository at this point in the history
  2. add node: prefix to Core modules

    The node: prefix makes it clear that you’re importing a built-in module, not a user-defined or third-party module. This can help avoid confusion.
    w00000dy committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    c32ee40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23d8000 View commit details
    Browse the repository at this point in the history