Skip to content

Commit

Permalink
Add dependency caching for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
deptyped committed Jul 25, 2024
1 parent 681fdee commit bd4423d
Show file tree
Hide file tree
Showing 2 changed files with 254 additions and 313 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run typecheck
Expand Down
Loading

0 comments on commit bd4423d

Please sign in to comment.