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