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