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

Conversation

w00000dy
Copy link
Contributor

This uses npm ci instead of npm install.

This also removes the zlib dependency from package.json, as zlib has been merged into the NodeJS core: https://nodejs.org/docs/latest-v20.x/api/zlib.html

I also ran the npm update command, so package-lock.json changed as well.

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.
@blazoncek blazoncek merged commit d1d45e7 into Aircoookie:0_15 Mar 25, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants