diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 4333babf..4a01e445 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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