Skip to content

Commit

Permalink
ci: enable npm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Sep 12, 2024
1 parent cbd9cfa commit 851cfcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: npm
- name: Install dependencies
run: npm ci --verbose
- name: Check types
Expand All @@ -40,6 +41,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{matrix.node-version}}
cache: npm
- name: Install dependencies
run: npm ci
- name: Build
Expand Down

0 comments on commit 851cfcb

Please sign in to comment.