Skip to content

Commit

Permalink
ci: caching deps in ci (#696)
Browse files Browse the repository at this point in the history
Co-authored-by: Kanad Gupta <[email protected]>
  • Loading branch information
erunion and kanadgupta authored Dec 2, 2022
1 parent f7a718b commit baff9c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: npm

- name: Install deps
run: npm ci
Expand Down

0 comments on commit baff9c0

Please sign in to comment.