From fb4c2e52d3079427db6a9d83ecaa1139e107488f Mon Sep 17 00:00:00 2001 From: KotaHusky Date: Tue, 26 Mar 2024 16:21:44 -0400 Subject: [PATCH] fix: omit cache for now --- .github/workflows/main_msal-react-demo-kotahusky.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/main_msal-react-demo-kotahusky.yml b/.github/workflows/main_msal-react-demo-kotahusky.yml index 7b72e2f..7d56365 100644 --- a/.github/workflows/main_msal-react-demo-kotahusky.yml +++ b/.github/workflows/main_msal-react-demo-kotahusky.yml @@ -1,6 +1,3 @@ -# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy -# More GitHub Actions for Azure: https://github.com/Azure/actions - name: Build and deploy container app to Azure Web App - msal-react-demo-kotahusky on: @@ -21,14 +18,6 @@ jobs: with: node-version: '20' - - name: Cache dependencies - uses: actions/cache@v2 - with: - path: ~/.npm - key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.os }}-node- - - name: Install dependencies run: npm ci