Skip to content

Commit

Permalink
ci: npm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
amondnet committed May 18, 2020
1 parent bd8eace commit 2164141
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/example-angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v1
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: build
run: |
cd example/angular
Expand Down

0 comments on commit 2164141

Please sign in to comment.