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