1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-10 12:16:34 +03:00

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