mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-27 06:49:53 +00:00
Revert "Update linux.yml"
This reverts commit b3ed62244dc0b33fc5ce32f4ee852d542f6ae694.
This commit is contained in:
parent
b3ed62244d
commit
e14c7fec10
5
.github/workflows/linux.yml
vendored
5
.github/workflows/linux.yml
vendored
@ -8,6 +8,11 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
|
||||||
|
- name: Install Node
|
||||||
|
uses: actions/setup-node@v1
|
||||||
|
with:
|
||||||
|
node-version: 10
|
||||||
|
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: |
|
run: |
|
||||||
npm i -g yarn@1.19.1
|
npm i -g yarn@1.19.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user