Browse Source

Update angular.yml

pull/22617/head
Masum ULU 1 year ago
committed by GitHub
parent
commit
548d4d46d7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/angular.yml

2
.github/workflows/angular.yml

@ -27,7 +27,7 @@ jobs:
with:
fetch-depth: 0
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: 'npm/ng-packs/node_modules'
key: ${{ runner.os }}-${{ hashFiles('npm/ng-packs/yarn.lock') }}

Loading…
Cancel
Save