Node.js version
Node version
NPM version
Yarn version
package.json
{
"name": "theme-name",
"version": "0.0.1",
"dependencies": {
// Insert your dependencies here
},
"scripts": {
// Insert your scripts here
},
"engines": {
"node": "^20.0.0" // Supports any version of Node 20.x.x
"node": ">=16.0.0 <=18.0.0" // Supports Node versions from 16.x.x to 18.0.0
// The range will prioritize the lowest available version within the specified range
}
}.node-version
Priority
Last updated