Skip to content

Commit

Permalink
Set up CI cache
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwep committed Jul 16, 2021
1 parent a182f25 commit 9b0395b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ jobs:
with:
node-version: 14.x

- name: Restore cache
uses: actions/cache@v2
with:
path: |
node_modules
*/*/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}

- name: Install
run: npm ci

Expand Down

0 comments on commit 9b0395b

Please sign in to comment.