Skip to content

Commit

Permalink
fix: omit cache for now
Browse files Browse the repository at this point in the history
  • Loading branch information
KotaHusky committed Mar 26, 2024
1 parent f7eedc4 commit fb4c2e5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/main_msal-react-demo-kotahusky.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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

Expand Down

0 comments on commit fb4c2e5

Please sign in to comment.