From b9a9d86bcf9ee8b35c5c05ca06d40150de9c855a Mon Sep 17 00:00:00 2001 From: mehmet-erim Date: Sat, 5 Sep 2020 02:07:27 +0300 Subject: [PATCH] chore: update angular.yml --- .github/workflows/angular.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/angular.yml b/.github/workflows/angular.yml index b0d6e413e4..52aaa57b98 100644 --- a/.github/workflows/angular.yml +++ b/.github/workflows/angular.yml @@ -12,9 +12,7 @@ jobs: - uses: actions/cache@v2 with: - path: | - node_modules - */*/node_modules + path: '**/node_modules' key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }} - uses: actions/setup-node@v1