From cd602755be97cec5bed4ee491e77496201533297 Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Sat, 21 May 2022 14:43:43 -0700 Subject: [PATCH] Try just killing setup-node action in check workflow --- .github/workflows/check.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 166af561..4f5150ce 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -23,11 +23,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 - - name: Prepare Node environment - uses: actions/setup-node@v3 - with: - node-version: latest - cache: 'yarn' - name: Restore cached node_modules uses: actions/cache@v2 with: