Skip to content

Commit 7908210

Browse files
committed
Add ubuntu1804
1 parent 54a4d25 commit 7908210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/install-npm-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set -e
22
set -x
33

4-
if [[ "${DISTRO_ID}" =~ ^(rhel) ]]; then
4+
if [[ "${DISTRO_ID}" =~ ^(rhel|ubuntu1804) ]]; then
55
# force because of issues with peer deps and semver pre-releases,
66
# install rather than ci because `npm ci` can only install packages when your
77
# package.json and package-lock.json or npm-shrinkwrap.json are in sync.

0 commit comments

Comments
 (0)