diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ac31294..3ffa255 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,8 +16,6 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 - with: - cache: "yarn" - name: Install Dependencies run: yarn install --immutable