Browse Source

Update angular.yml

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

2
.github/workflows/angular.yml

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

Loading…
Cancel
Save