Created
June 1, 2023 08:18
-
-
Save svierk/ae206fe3e30078d5fba140a347bac0a6 to your computer and use it in GitHub Desktop.
Specify the required node / npm version for a project using the "engines" setting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"engines": { | |
"node": "18.16.0", | |
"npm": "9.x.x" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment