mirror of
https://github.com/actions/setup-node.git
synced 2025-12-25 01:37:07 +00:00
fix coplilot suggestion
This commit is contained in:
parent
01dfa1dfa8
commit
44c743af96
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
## Working with lockfiles
|
## Working with lockfiles
|
||||||
|
|
||||||
Most supported package managers recommend that you **always** commit the lockfile, although implementations vary doing so generally provides the following benefits:
|
Most supported package managers recommend that you **always** commit the lockfile, although implementations vary doing so generally provides the following benefits:
|
||||||
|
|
||||||
- Enables faster installation for CI and production environments, due to being able to skip package resolution.
|
- Enables faster installation for CI and production environments, due to being able to skip package resolution.
|
||||||
- Describes a single representation of a dependency tree such that teammates, deployments, and continuous integration are guaranteed to install exactly the same dependencies.
|
- Describes a single representation of a dependency tree such that teammates, deployments, and continuous integration are guaranteed to install exactly the same dependencies.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue