From e96f13414b3e886f6dc886e3984dd2db73347b36 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 1 Aug 2021 04:10:01 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index fe9476f4f..505c3dcf8 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