Require multiple Node versions to conform to one version with Renovate
I have a project which has node defined in three separate places: The Docker image where I am importing my Node base image, in the engines
property in the package.json
and package-lock.json
file and finally in my .nvmrc
file. Since the three have different dataSources, they are updated independently and .nvmrc
tends to get bumped ahead of the others.
Require multiple Node versions to conform to one version
I have a project which has node defined in three separate places: The Docker image where I am importing my Node base image, in the engines
property in the package.json
and package-lock.json
file and finally in my .nvmrc
file. Since the three have different dataSources, they are updated independently and .nvmrc
tends to get bumped ahead of the others.
Require multiple Node versions to conform to one version
I have a project which has node defined in three separate places: The Docker image where I am importing my Node base image, in the engines
property in the package.json
and package-lock.json
file and finally in my .nvmrc
file. Since the three have different dataSources, they are updated independently and .nvmrc
tends to get bumped ahead of the others.