Call nvm in the ARM script

This commit is contained in:
Michael Lumish 2020-05-07 11:36:47 -07:00
parent c0b9d9b51b
commit a0a5aa3ef7
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" && nvm install 12
set -ex
# https://github.com/mapbox/node-pre-gyp/issues/362