From ccc342720ea0e09f013c7311f95c34d2eaf8cf77 Mon Sep 17 00:00:00 2001 From: Lorraxs Date: Wed, 17 Jan 2024 18:07:29 +0700 Subject: [PATCH] Update autorelease.yml --- .github/workflows/autorelease.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index a93de38..13b86ef 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -20,7 +20,6 @@ jobs: uses: actions/setup-node@v2 with: node-version: '18.x' - cache: 'yarn' - name: Install dependencies NUI working-directory: ./web run: yarn install --frozen-lockfile