Skip to content

Commit

Permalink
Merge pull request #597 from nodejs/version-management-goals
Browse files Browse the repository at this point in the history
Goals for Node.js and Package Manager Version Management Effort
  • Loading branch information
GeoffreyBooth committed Apr 17, 2024
2 parents 822dbb6 + 378f5a8 commit 86e8fda
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/version-management/goals.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Goals for Node.js and Package Manager Version Management Effort

Help application developers to:

1. Define the correct Node.js runtime version and package manager version for projects.

1. Install Node.js and a package manager for a local development environment.

1. Run the correct version of Node.js and of a package manager for each project.

0 comments on commit 86e8fda

Please sign in to comment.