switching back to yarn
This commit is contained in:
parent
d83da67e84
commit
1035803d3a
1 changed files with 2 additions and 2 deletions
|
@ -9,5 +9,5 @@ run:
|
||||||
- |
|
- |
|
||||||
set -eux
|
set -eux
|
||||||
cd quay-pull-request
|
cd quay-pull-request
|
||||||
npm install
|
yarn install --ignore-engines
|
||||||
npm test
|
yarn test
|
||||||
|
|
Reference in a new issue