From 72959349bf37c8261d29826cebb6f6a5b14b34c2 Mon Sep 17 00:00:00 2001 From: adueck Date: Sun, 26 Nov 2023 14:33:35 +0400 Subject: [PATCH] fix CI cache --- .github/workflows/deploy-account.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-account.yml b/.github/workflows/deploy-account.yml index c0b0895..5e89623 100644 --- a/.github/workflows/deploy-account.yml +++ b/.github/workflows/deploy-account.yml @@ -19,6 +19,7 @@ jobs: - name: Cache NPM deps uses: actions/cache@v3 with: + key: ${{ runner.os }}-${{ hashFiles('account/package-lock.json') }} path: | ~/node_modules ~/website/node_modules