Skip to content

Commit

Permalink
ci(*): fix an coverage issue with new versions of yarn
Browse files Browse the repository at this point in the history
By downgrading to an older version of yarn, we can avoid
this bug
yarnpkg/yarn#6746
Until that issue is resolved, we'll use v10.9 of yarn
  • Loading branch information
Shakeel Mohamed committed Dec 7, 2018
1 parent c0907b9 commit 1253b20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/Dockerfile
Expand Up @@ -17,6 +17,9 @@ COPY . /opt/splunk/splunk-cloud-sdk-js

WORKDIR /opt/splunk/splunk-cloud-sdk-js

RUN npm -g uninstall yarn
RUN npm -g install yarn@1.9

RUN yarn install --non-interactive && yarn build

VOLUME /opt/splunk/splunk-cloud-sdk-js

0 comments on commit 1253b20

Please sign in to comment.