Add Yarn installation step
Some checks failed
Node.js CI / build (10.x) (push) Has been cancelled
Node.js CI / build (11.x) (push) Has been cancelled
Node.js CI / build (12.x) (push) Has been cancelled
Node.js CI / build (13.x) (push) Has been cancelled
Node.js CI / build (14.x) (push) Has been cancelled

This commit is contained in:
2020-05-17 14:14:08 +03:00
parent 2908858c21
commit 1b102a6ee3

View File

@@ -21,4 +21,5 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g yarn
- run: yarn run bundle --if-present