Revert "Update linux.yml"

This reverts commit b3ed62244d.
This commit is contained in:
Eugene Pankov
2020-03-01 13:30:14 +01:00
parent b3ed62244d
commit e14c7fec10

View File

@@ -8,6 +8,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Install Node
uses: actions/setup-node@v1
with:
node-version: 10
- name: Install deps
run: |
npm i -g yarn@1.19.1