From 5780fb2e92fec1f160bc149da6e0bbb264e64a3b Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Thu, 4 Aug 2022 15:31:42 +0200 Subject: [PATCH] add npm cache to action --- src/Umbraco.Web.UI.Client/.github/workflows/playwright.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Umbraco.Web.UI.Client/.github/workflows/playwright.yml b/src/Umbraco.Web.UI.Client/.github/workflows/playwright.yml index 06912e1516..9654049f80 100644 --- a/src/Umbraco.Web.UI.Client/.github/workflows/playwright.yml +++ b/src/Umbraco.Web.UI.Client/.github/workflows/playwright.yml @@ -13,6 +13,7 @@ jobs: - uses: actions/setup-node@v2 with: node-version: '16.x' + cache: 'npm' - name: Install dependencies run: npm ci - name: Install Playwright Browsers