Skip to content

Commit

Permalink
chore: node_modules cache
Browse files Browse the repository at this point in the history
  • Loading branch information
imsobear committed Jun 15, 2021
1 parent 7fd326a commit 1140ccc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -15,9 +15,10 @@ jobs:
with:
node-version: ${{ matrix.node_version }}
- name: Cache node_modules
id: cache-node-modules
uses: actions/cache@v2
with:
path: node_modules
path: ~/.npm
key: ${{ runner.os }}-${{ matrix.node_version }}-nodemodules-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-${{ matrix.node_version }}-nodemodules-
Expand Down

0 comments on commit 1140ccc

Please sign in to comment.