From 99eedc793db97f01db68d6cd2cc3639badb08510 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Tue, 8 Aug 2023 13:01:08 -0700 Subject: [PATCH] test: action web pr --- .github/workflows/pull-request-web.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull-request-web.yml b/.github/workflows/pull-request-web.yml index ea338df5b..54b344f53 100644 --- a/.github/workflows/pull-request-web.yml +++ b/.github/workflows/pull-request-web.yml @@ -23,6 +23,7 @@ jobs: uses: actions/setup-node@v3 with: cache: "npm" + cache-dependency-path: "web/package-lock.json" node-version-file: "web/.nvmrc" - name: Installing node deps @@ -45,6 +46,7 @@ jobs: uses: actions/setup-node@v3 with: cache: "npm" + cache-dependency-path: "web/package-lock.json" node-version-file: "web/.nvmrc" - name: Installing node deps