Skip to content
Snippets Groups Projects
Commit 8c0c5233 authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

fix: Install npm@5 in CI (#447)

Might help #445 
parent ea4e370d
Branches
Tags
No related merge requests found
...@@ -9,6 +9,7 @@ dependencies: ...@@ -9,6 +9,7 @@ dependencies:
pre: pre:
- bash bin/install-yarn.sh - bash bin/install-yarn.sh
- yarn --version - yarn --version
- npm i -g npm@5
override: override:
- yarn install --frozen-lockfile - yarn install --frozen-lockfile
cache_directories: cache_directories:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment