From 58feb678d25baa08a6d4a0ced846a9e892844d3c Mon Sep 17 00:00:00 2001 From: mehmet-erim Date: Sat, 5 Sep 2020 02:57:10 +0300 Subject: [PATCH] ci: update cache path --- .github/workflows/angular.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/angular.yml b/.github/workflows/angular.yml index c1a1d10223..a011f40195 100644 --- a/.github/workflows/angular.yml +++ b/.github/workflows/angular.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/cache@v2 with: - path: '**/node_modules' + path: '*/*/node_modules' key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }} - uses: actions/setup-node@v1