# What version of node should be used?# This is installed via nvm (https://github.com/creationix/nvm) on jenkins if missingNODE_VERSION=lts/*
# Do we allow npm audit to find criticals and let the build finish?# Comment this out otherwiseALLOW_CRITICALS=0