From 02c1ed266ec7f40fea8a2a4d89199f90c55640da Mon Sep 17 00:00:00 2001 From: Lorraxs Date: Wed, 17 Jan 2024 17:56:35 +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 88de3bc..673f150 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