Skip to content

Commit

Permalink
ci(ci.yml): fixed typo in path
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Jan 13, 2021
1 parent abdd355 commit daadbce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
- name: Load cached modules
uses: actions/cache@v2
with:
path: ['**/node_modules','**/lib','**/dist']
path: |
/lib
/dist
**/node_modules
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}

- name: Load Node.js latest
Expand Down

0 comments on commit daadbce

Please sign in to comment.