diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index fe9476f4f1..505c3dcf81 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -206,11 +206,6 @@ jobs: uses: actions/checkout@v2 - name: Download Artifacts uses: actions/download-artifact@v2 - - name: Enable Cache - uses: actions/setup-node@v2 - with: - node-version: '14' - cache: 'npm' - name: Install Dependencies run: npm install - name: Format Playlists