Skip to content

Commit

Permalink
ci: Add cache key to build job
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Sep 9, 2024
1 parent 53c175f commit 33a304f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: |
**/package-lock.json
- run: npm ci
- run: npm run build

0 comments on commit 33a304f

Please sign in to comment.