1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-20 17:38:20 +03:00

Update linux.yml

This commit is contained in:
Eugene Pankov 2020-03-01 13:29:10 +01:00
parent ff1bfa990c
commit b3ed62244d

View File

@ -8,11 +8,6 @@ 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