Skip to content

Commit

Permalink
include node:16 fix in gitlab ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettdieckmann committed Apr 13, 2022
1 parent 3fd350b commit b5b6e4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Expand Up @@ -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
Expand Down

0 comments on commit b5b6e4b

Please sign in to comment.