Skip to content

Instantly share code, notes, and snippets.

@svierk
Created June 1, 2023 08:18
Show Gist options
  • Save svierk/ae206fe3e30078d5fba140a347bac0a6 to your computer and use it in GitHub Desktop.
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
"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