diff --git a/npm.conf b/npm.conf index 1bdc18d..c5d96d0 100644 --- a/npm.conf +++ b/npm.conf @@ -1,6 +1,6 @@ # What version of node should be used? # This is installed via nvm (https://github.com/creationix/nvm) on jenkins if missing -NODE_VERSION=12.15.0 +NODE_VERSION=lts/* # Do we allow npm audit to find criticals and let the build finish? # Comment this out otherwise