From b96298e7023a1d2b824f37cf4f01d250da469c6a Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Sat, 27 Aug 2022 19:45:39 +0600 Subject: [PATCH] Cache dependencies --- .github/workflows/test-deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 1529f85..163a067 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -15,8 +15,9 @@ jobs: uses: actions/setup-node@v3 with: node-version: 16.x + cache: 'npm' - - name: Cache dependencies + - name: Restore cache uses: actions/cache@v2 with: path: |