Skip to content

Commit

Permalink
trying to fix CI cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Mar 9, 2022
1 parent 6a34026 commit ddcd194
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- uses: actions/checkout@v2

- uses: actions/cache@v2
if: ${{ runner.os != 'Windows' }}
with:
path: |
~/.npm
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v2
Expand Down

0 comments on commit ddcd194

Please sign in to comment.