From 0d2b56bf616583cf8520a9af666ed84456320b84 Mon Sep 17 00:00:00 2001 From: David Oswaldo Azamar Alonso <146601218+DawallAZllon91@users.noreply.github.com> Date: Sun, 18 Aug 2024 01:33:24 -0600 Subject: [PATCH] Update azure-webapps-node.yml Signed-off-by: David Oswaldo Azamar Alonso <146601218+DawallAZllon91@users.noreply.github.com> --- .github/workflows/azure-webapps-node.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/azure-webapps-node.yml b/.github/workflows/azure-webapps-node.yml index d748804..c1b73d4 100644 --- a/.github/workflows/azure-webapps-node.yml +++ b/.github/workflows/azure-webapps-node.yml @@ -1,3 +1,6 @@ + - name: Cache + uses: actions/cache@v4.0.2 + # This workflow will build and push a node.js application to an Azure Web App when a commit is pushed to your default branch. # # This workflow assumes you have already created the target Azure App Service web app.