From b5b6e4bbd09186489b5fee5c5b28de129ba476dd Mon Sep 17 00:00:00 2001 From: Garrett Dieckmann Date: Wed, 13 Apr 2022 10:06:45 -0700 Subject: [PATCH] include node:16 fix in gitlab ci file --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66c29ee9..db5e5f6c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -194,10 +194,11 @@ test_node14: image: ${ARTIFACTORY_DOCKER_HUB}/node:14 # Node 16 LTS (active, maintenance) +# Pinned to 16.14.0, as later versions include versions of npm that are incompatible with our package-lock.json file version test_node16: extends: - .run_unittest - image: ${ARTIFACTORY_DOCKER_HUB}/node:16 + image: ${ARTIFACTORY_DOCKER_HUB}/node:16.14.0 # mostly for containers, unittests only (without coverage check) # disabled for now, npm has one issue with DNS (IPv6), probably