From e14c7fec10f9c540ccc289c555883a32a8ea3f2a Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sun, 1 Mar 2020 13:30:14 +0100 Subject: [PATCH] Revert "Update linux.yml" This reverts commit b3ed62244dc0b33fc5ce32f4ee852d542f6ae694. --- .github/workflows/linux.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 4a01e445..4333babf 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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